NAME
Mojar::Cron::Holiday::Kayaposoft - Feed from holidays.kayaposoft.com
SYNOPSIS
use Mojar::Cron::Holiday::Kayaposoft;
my $calendar = Mojar::Cron::Holiday::Kayaposoft->new(country => 'usa');
say 'Whoopee!' if $calendar->load and $calendar->holiday($today);
say $calendar->next_holiday($today);
$calendar->load(country => 'deu', year => 9999)
and 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.