NAME
Mojar::Cron::Holiday::UkGov - Feed from gov.uk
SYNOPSIS
use Mojar::Cron::Holiday::UkGov;
my $calendar = Mojar::Cron::Holiday::UkGov->new(division => 'Scotland');
say 'Whoopee!' if $calendar->load and $calendar->holiday($today);
say join "\n", sort keys %{$calendar->holidays};
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--2016, Nic Sandfield.