Date-Holidays-UK README


Date-Holidays-UK documentation  | view source Contained in the Date-Holidays-UK distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

This module has external dependencies on the following modules:

 perl	5.006

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

0.01 Tuesday 16th March, 2004
	Initial CPAN release.
=back

AUTHOR

Top

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

COPYRIGHT

Top

SEE ALSO

Top

Date::Holidays::DE, Date::Japanese::Holiday


Date-Holidays-UK documentation  | view source Contained in the Date-Holidays-UK distribution.