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

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.

SEE ALSO

Mojar::Cron::Holiday::Kayaposoft.