NAME
Date::Holidays::UK - Determine UK Public Holidays
SYNOPSIS
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 );
DEPENDENCIES
This module has external dependencies on the following modules:
perl 5.006
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
AUTHOR
Richard Clamp <richardc@fotango.com>, Amelie Guyot, Jerome Parfant.
COPYRIGHT
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.
SEE ALSO
Date::Holidays::DE, Date::Japanese::Holiday
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 42:
You forgot a '=back' before '=head1'