NAME
Date::Holidays::GB::NIR - Date::Holidays class for GB-NIR (Northern Ireland)
VERSION
version 0.003
SYNOPSIS
use Date::Holidays::GB::NIR qw/ holidays is_holiday /;
# All holidays for Northern Ireland
my $holidays = holidays( year => 2013 );
if (is_holiday( year => 2013, month => 12, day => 25, ) {
print "No work today!";
}
AUTHOR
Michael Jemmeson <mjemmeson@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Michael Jemmeson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.