DateTime::Calendar::Pataphysical - Dates in the pataphysical calendar


NAME

DateTime::Calendar::Pataphysical - Dates in the pataphysical calendar


SYNOPSIS

  use DateTime::Calendar::Pataphysical;
  $dt = DateTime::Calendar::Pataphysical->new( year  => 1752,
                                               month => 10,
                                               day   => 4 );


DESCRIPTION

DateTime::Calendar::Pataphysical is the implementation of the pataphysical calendar. Each year in this calendar contains 13 months of 29 days. This regularity makes this a convenient alternative for the irregular Gregorian calendar.

This module is designed to be easy to use in combination with DateTime. Most of its methods correspond to a DateTime method of the same name.


METHODS


BUGS


SUPPORT

Support for this module is provided via the datetime@perl.org email list. See http://lists.perl.org/ for more details.


AUTHOR

Eugene van der Pijll <pijll@gmx.net>


COPYRIGHT

Copyright (c) 2003, 2004 Eugene van der Pijll. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

the DateTime manpage

datetime@perl.org mailing list