NAME

Date::Holidays::GB::SCT - Date::Holidays class for GB-SCT (Scotland)

SYNOPSIS

use Date::Holidays::GB::SCT qw/ holidays is_holiday /;

# All holidays for Scotland
my $holidays = holidays( year => 2013 );

if ( is_holiday( year => 2013, month => 12, day => 25 ) ) {
    print "No work today!";
}