The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::PM::Barcelona::Meeting - When is the next meeting?

VERSION

version 0.05

SYNOPSIS

  use Acme::PM::Barcelona::Meeting;

  my $barcelona_pm = Acme::PM::Barcelona::Meeting->new();
  print $barcelona_pm->next->datetime(), "\n";

DESCRIPTION

This module helps finding when the next Barcelona Perl Mongers meeting will take place.

USAGE

new

Creates a parent DateTime::Set object. All other methods are inherited.

ACKNOWLEDGEMENTS

Barcelona Perl Mongers

AUTHOR

Alex Muntada <alexm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009,2016 by Alex Muntada.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.