This is a module that implements the Discordian calendar made popular in the "Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and by the Church of the SubGenius. It follows the DateTime API.
INSTALLATION
If you have the Module::Signature module installed, you can verify the integrity of this distribution by typing:
cpansign -v
Then to install this module type the following:
perl Makefile.PL
make
make test
make install
or
perl Build.PL
Build
Build test
Build install
DEPENDENCIES
This module requires these other modules available from CPAN:
DateTime
DateTime::Locale
Params::Validate
COPYRIGHT AND LICENCE
By Jaldhar H. Vyas <jaldhar@braincells.com>
Copyright (C) 2008 Consolidated Braincells Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.
$Id$