README for Date::Holidays::USFederal 0.0

=head1 NAME

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

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

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

=over

=item 0.01 Friday 22nd September, 2006

       Initial CPAN release.
=back

=head1 AUTHOR

Doug Morris <[email protected]>

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

=head1 SEE ALSO

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