The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.003

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

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.