| Date-Holidays-UK documentation | view source | Contained in the Date-Holidays-UK distribution. |
Date::Holidays::UK - Determine UK Public Holidays
use Date::Holidays::UK; my ($year, $month, $day) = (localtime)[ 5, 4, 3 ]; $year += 1900; $month += 1; print "Woohoo" if is_uk_holiday( $year, $month, $day );
This module has external dependencies on the following modules:
perl 5.006
perl Build.PL perl Build test
and if all goes well
perl Build install
What changed over the last 3 revisions
Initial CPAN release. =back
Richard Clamp <richardc@fotango.com>, Amelie Guyot, Jerome Parfant.
Copyright 2004 Fotango. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Date-Holidays-UK documentation | view source | Contained in the Date-Holidays-UK distribution. |