The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  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

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 UPdated to 1.0 dates are now valid out to 2025.

0.01 Friday 22nd September, 2006
        Initial CPAN release.
=back

AUTHOR

Doug Morris <dmorris@nih.gov>

COPYRIGHT

Copyright 2006. 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::UK, Date::Japanese::Holiday

1 POD Error

The following errors were encountered while parsing the POD:

Around line 42:

You forgot a '=back' before '=head1'