NAME
Date::Holidays::GB::NIR - Date::Holidays class for GB-NIR (Northern Ireland)
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!";
}