NAME

Mojar::Cron::Holiday::Kayaposoft - Feed from holidays.kayaposoft.com

SYNOPSIS

use Mojar::Cron::Holiday::Kayaposoft;
my $calendar = Mojar::Cron::Holiday::Kayaposoft->new(country => 'nir');
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.

SEE ALSO

Mojar::Cron::Holiday::UkGov.