Changes file for Date-Holidays

$Id: Changes 1820 2007-03-13 20:03:02Z jonasbn $

0.15 Tue Mar 2007 update not necessary

0.14 (Mon Mar 12 20:11:23 CET 2007)

Added the following (again) to MANIFEST as a result of the Kwalitee test: t/pod.t
t/pod-coverage.t

These had been removed from the distribution, but the kwalitee metrics likes them so, they are however not run as part of the normal test suite unless $TEST_POD is set in your environment.

0.13 (Wed Mar 7 08:49:37 CET 2007)

0.12 (Mon Mar 5 20:52:05 CET 2007)

0.11 (Sun Feb 25 12:35:34 CET 2007)

Thanks david at cantrell.org.uk

I thought Readonly was core, but according to Module::CoreList this is not the case, so this has been corrected now

This seem to be the defacto way of doing things. So they have been removed from MANIFEST.SKIP so they are now a part of the distribution. At the same time I removed some lines from another distribution

0.10 (Thu Feb 22 20:42:01 CET 2007)

Updated version to 0.02 for Date::Holidays::Adapter

0.09 (Wed Feb 21 23:22:04 CET 2007)

_loader.t obsolete and removed

lib/Date/Holidays/Adapter.pm
lib/Date/Holidays/Adapter/
lib/Date/Holidays/Adapter/AU.pm
lib/Date/Holidays/Adapter/DE.pm
lib/Date/Holidays/Adapter/DK.pm
lib/Date/Holidays/Adapter/FR.pm
lib/Date/Holidays/Adapter/GB.pm
lib/Date/Holidays/Adapter/JP.pm
lib/Date/Holidays/Adapter/NO.pm
lib/Date/Holidays/Adapter/PT.pm

tests are located in t/Adapter:
_fetch.t
_load.t
new.t

I am not an authority of any kind, I just attempt to get things to play along nicely.

New files introduced:
t/NOPOLY.t
t/OOP.t
t/SUPERED.t
t/ABSTRACTED.t
t/PRODUCERAL.t
t/new.t

and the test classes (in t/lib/Date/Holidays): ABSTRACTED.pm
NOPOLY.pm
OOP.pm
PROCUDERAL.pm
SUPERED.pm

0.08 (Wed Sep 6 16:55:04 CEST 2006)

Renamed bin/ directory to scripts/

0.07 (Released Wed Aug 2 22:14:45 CEST 2006)

Also in an attempt to address:
http://www.nntp.perl.org/group/perl.cpan.testers/276637

0.06 (Released Sun Dec 17 2005)

0.05 (Released Fri Dec 9 2005)

So we have added yet another exception, this time for Date::Holidays::AU.

        The problem is that its method is_holiday, needs an additional parameter
        indicating the state, the holidays method in the same module defaults
        to VIC, so for know we are using this as our default state, this will need
        readdressing.

0.04 (Released 22. October 2005)

This was pointed out to me by shild on use.perl.org: http://use.perl.org/comments.pl?sid=28993&cid=43889

0.03 (Released 13. October 2005)

So it has to be used in conjunction with the data parameters: year, month and day

if given a subset of countries only these countries are tested and a hashref is returned pointing where the countries codes are the keys and the values indicate true or false for the date specified.

The values are:

0.02 Released 31st. of May 2004

0.01 Released 22nd. of May 2004