There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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!";
}