Date-Holidays-USFederal README


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

Index


NAME

Top

Date::Holidays::USFederal - Determine US Federal Public Holidays

SYNOPSIS

Top

  use Date::Holidays::USFederal;
  my ($year, $month, $day) = (localtime)[ 5, 4, 3 ];
  $year  += 1900;
  $month += 1;
  print "Hurrah!" if is_usfed_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 Friday 22nd September, 2006
	Initial CPAN release.
=back

AUTHOR

Top

Doug Morris <dmorris@nih.gov>

COPYRIGHT

Top

SEE ALSO

Top

Date::Holidays::UK, Date::Japanese::Holiday


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