Take me over?
NAME
Acme::PM::Paris::Meetings - Get the date/time of the next Paris.pm meeting!
VERSION
Version 0.01
SYNOPSIS
One-liner:
perl -MAcme::PM::Paris::Meetings -e "print Acme::PM::Paris::Meetings->recurrence->next"
Longer:
use DateTime;
use Acme::PM::Paris::Meetings;
my $rec = Acme::PM::Paris::Meetings->recurrence();
my $dt = $rec->next(DateTime->now(time_zone => 'Europe/Paris'));
...
FUNCTIONS
recurrence
Returns a DateTime::Set from which you can get the date/time of the next Paris.pm meeting.
ical
Returns the current ICal expression for the next Paris.pm meeting.
AUTHOR
Olivier Mengué, <dolmen at cpan.org>
BUGS
Let's hope a recent release of the module has been released and you are using it!
You can still check http://paris.mongueurs.net before visiting us.
Please report any bugs or feature requests to bug-acme-pm-paris-meetings at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-PM-Paris-Meetings. 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::Paris::Meetings
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-PM-Paris-Meetings
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 Olivier Mengué, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.