The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
README for Date::Holidays::UK 0.01

=head1 NAME

Date::Holidays::UK - Determine UK Public Holidays

=head1 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 );


=head1 DEPENDENCIES

This module has external dependencies on the following modules:

 perl	5.006

=head1 INSTALLATION

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

=head1 HISTORY

What changed over the last 3 revisions

=over

=item 0.01 Tuesday 16th March, 2004

	Initial CPAN release.
=back

=head1 AUTHOR

Richard Clamp <richardc@fotango.com>, Amelie Guyot, Jerome Parfant.

=head1 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.

=head1 SEE ALSO

L<Date::Holidays::DE>, L<Date::Japanese::Holiday>