NAME
Mojar::Cron::Holiday::UkGov - Feed from gov.uk
SYNOPSIS
use Mojar::Cron::Holiday::UkGov;
my $calendar = Mojar::Cron::Holiday::UkGov->new(division => 'Scotland');
if ($calendar->load) {
say 'Whoopee!' if $calendar->holiday($today);
}
COPYRIGHT AND LICENCE
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
Copyright (C) 2014, Nic Sandfield.