NAME
Acme::PM::Barcelona::Meeting - When is the next meeting?
VERSION
Version 0.01
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.
AUTHOR
Alex Muntada, <alexm at cpan.org>
BUGS
Please report any bugs or feature requests to bug-acme-pm-barcelona at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-PM-Barcelona. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::PM::Barcelona::Meeting
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Barcelona Perl Mongers
COPYRIGHT & LICENSE
Copyright 2009 Alex Muntada, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.