-
-
22 May 2009 16:17:48 UTC
- Distribution: Acme-PM-Paris-Meetings
- Module version: 200905.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (514 / 11 / 0)
- Kwalitee
Bus factor: 0- 58.14% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (6.67KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- DateTime::Format::ICal
- DateTime::TimeZone
- Exporter
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.- NAME
- VERSION
- SYNOPSIS
- FUNCTIONS
- VERSION NUMBERS
- AUTHOR
- BUGS
- SUPPORT
- ACKNOWLEDGEMENTS
- COPYRIGHT & LICENSE
NAME
Acme::PM::Paris::Meetings - Get the date/time of the next Paris.pm meeting!
VERSION
Version 200905.04
SYNOPSIS
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
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
Numbering scheme:
YYYYMM.nn
whereYYYY
is the year,MM
the month andnn
the release number in the month.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
The cool guys from Paris.pm http://paris.mongueurs.net/
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.
Module Install Instructions
To install Acme::PM::Paris::Meetings, copy and paste the appropriate command in to your terminal.
cpanm Acme::PM::Paris::Meetings
perl -MCPAN -e shell install Acme::PM::Paris::Meetings
For more information on module installation, please visit the detailed CPAN module installation guide.