Acme::PM::Paris::Meetings - Get the date/time of the next Paris.pm meeting!


Acme-PM-Paris-Meetings documentation  | view source Contained in the Acme-PM-Paris-Meetings distribution.

Index


NAME

Top

Acme::PM::Paris::Meetings - Get the date/time of the next Paris.pm meeting!

VERSION

Top

Version 200905.04

SYNOPSIS

Top

Using the 'paris-pm' script:

    $ paris-pm -3




One-liner:

    perl -MAcme::PM::Paris::Meetings -e "print next_meeting"

Longer:

    use DateTime;
    use Acme::PM::Paris::Meetings;

    my $rec = Acme::PM::Paris::Meetings::recurrence();
    my $dt = $rec->iterator->next(DateTime->now(time_zone => 'Europe/Paris'));
    ...

FUNCTIONS

Top

recurrence

Returns a new DateTime::Set from which you can get the date/time of the planned Paris.pm meeting for the following months.

next_meeting

Convenience function that returns the date/time of the next Paris.pm meeting as a string formatted for french humans.

An internal recurrence object is maintained so if you call the method multiple times, you will get different results.

ical

Returns the current ICal expression for the next Paris.pm meeting.

VERSION NUMBERS

Top

Numbering scheme: YYYYMM.nn where YYYY is the year, MM the month and nn the release number in the month.

AUTHOR

Top

Olivier Mengué, <dolmen at cpan.org>

BUGS

Top

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

Top

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

http://annocpan.org/dist/Acme-PM-Paris-Meetings

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-PM-Paris-Meetings

* Search CPAN

http://search.cpan.org/dist/Acme-PM-Paris-Meetings/

ACKNOWLEDGEMENTS

Top

The cool guys from Paris.pm http://paris.mongueurs.net/

COPYRIGHT & LICENSE

Top


Acme-PM-Paris-Meetings documentation  | view source Contained in the Acme-PM-Paris-Meetings distribution.