The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Calendar::List.

0.25    29/04/2012
	- added minimum perl version (5.006).
	- META tests no longer require specific versions.
	- spelling fix. (thanks to Florian Schlichting & Gregor Herrmann).

0.24    15/04/2012
	- removed debugging lines.

0.23    15/04/2012
        - update META.yml to prevent TestData.pm from being indexed.
        - License updated to Artistic License v2.0.
        - removed Artistic file.
        - added META.json and test script.

0.22    18/18/2009
        - added more tests
        - updated documentation.
        - Due to previous rewrite, all versions of DateTime are now supported.

0.21    02/06/2008
        - updated META.yml to correctly include DateTime optional prerequisite.
        - added dubious TestData to META.yml to see how PAUSE and CPANTS 
          respond. This is dubious because TestData.pm is provided in the 
          distribution under the ./t directory, and listed as no_index, which
          CPANTS ignores and says there is a prerequisite missing!

0.20    28/03/2008
        - purely a cosmetic release to render the Makefile.PL time issues, that
          have generated bogus FAIL reports in previous releases, null
          and void.

0.19    19/03/2008
        - removed 5.006 dependency
        - major refactorying effort
        - removed month_list, dotw3, month_days, diff_dates (Functions.pm)
        - added compare_dates (Functions.pm)
        - reinstated DateTime support
        - reworked lots of tests
        - added AUTOMATED_TESTING checks to packaging tests.

0.18    02/03/2007
        - Handwritten META.yml to conform to current specs.
        - Changed all instances of LICENCE to LICENSE.
        - Added META.yml test script.
        - Added LICENSE and Artistic files.
        - Added an examples directory. Nothing in it yet, except a request
          for interesting scripts.
        - POD/README updates
        - Devel::Cover - 90.6%

0.17    18/11/2005
        - added support for excluding holidays (suggested by Julio Gruskin)

0.16    03/03/2005
        - Fixed some inaccurate tests.
        - Updated POD
        - both modules now share the same VERSION
        - fixed option count bug

0.15    01/03/2005
        - POD fix (william--knowmad.com via rt)

0.14    07/01/2005
        - fixed 13timelocal.t epoch test bug
        - upgraded pod tests

0.13    22/04/2004
        - Upgrade 91podcover.t to use Test::Pod::Coverage

0.12    22/04/2004
        - All Time::Local dates based from 12 midday

0.11    19/04/2004
        - Test::More added as a prerequisites for PPMs
        - Fixed Abstract in Makefile.PL

0.10    16/12/2003
        - Fixed the VERSION test if DateTime not loaded

0.09    10/11/2003
        - Added Time::Piece for the EPOCH date format
        - Added more tests

0.08    07/11/2003
        - delta_days changed after DateTime 0.16 :(
        - Quick fix to ensure we don't use DateTime after version 0.16.
          This will change in the future, but I don't currently have
          the time to write a work around.

0.07    Wed Oct  8 13:04:18 2003
        - POD updates
        - META.yml added to distribution

0.06    Thu Aug  7 11:31:38 2003
        - Another fix to cope with Time::Local dotw problems
        - Fixed POD links
        - More Date Formats
        - change tests to use is_deeply

0.05    Thu Jul 31 21:21:14 2003
        - more Date Formats
        - use Tie::IxHash to preserve order of internal hash

0.04    Tue Jun 10 22:31:21 2003
        - Fixed the loading module test in new test files
        - Fix for Time::Local test due to faults on windows
        - Switched to timegm, as we're not interested in Daylight Saving
        - SELECTED bug fix

0.03    Mon Jun  9 13:47:31 2003
        - Time::Local fix for +/- duration.
        - more tests added.

0.02    Sun Jun  8 20:27:31 2003
        - '-opt' style dropped in favour of 'opt'
        - 'make dist' used to create the distribution
        - fixed DateTime::compare bug in tests
          thanks to Richard Clamp for the above suggestions
        - changed to 'delta_days' to get a true diff date with DateTime
        - reworked Functions code to provide undef on error
        - reworked Time::Local tests to check for undef on error

0.01    Wed Apr 30 16:50:06 2003
        - original version; created by h2xs 1.21 with options
          -c -n Calendar::List