NAME
Date::ManipX::Almanac - Add almanac date/time functionality (sunrise, etc.) to Date::Manip
SYNOPSIS
See Date::ManipX::Almanac::Date.
DESCRIPTION
The Date-ManipX-Almanac
package adds almanac dates/times to Date::Manip: things like 'sunrise'
, 'full moon'
, and 'Venus sets'
.
At the moment only dates are supported (via Date::ManipX::Almanac::Date), and this module is simply a place-holder for the top of the hierarchy.
However this module is a subclass of Date::Manip, so that you can probe for DM5
or DM6
functionality with isa()
. Of course, if Date::ManipX::Almanac->isa( 'Date::Manip::DM6' )
returns a false value it is probably a bug.
SEE ALSO
SUPPORT
Support is by the author. Please file bug reports at https://rt.cpan.org/Public/Dist/Display.html?Name=Date-ManipX-Almanac, https://github.com/trwyant/perl-Date-ManipX-Almanac/issues/, or in electronic mail to the author.
AUTHOR
Thomas R. Wyant, III wyant at cpan dot org
COPYRIGHT AND LICENSE
Copyright (C) 2021-2022 by Thomas R. Wyant, III
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.