Subject: | Documentation error |
The attached perldoc, and the CPAN page reference the following;
SYNOPSIS
This module handles creating a DateTime::Set::ICal object (see
DateTime::Event::Recurrence) that you can use
as a US holiday.
use DateTime::Event::Holiday::US;
my $thanksgiving = DateTime::Event::Holiday::US::holiday(
'Thanksgiving' );
...
my @holidays = DateTime::Event::Holdiay::US::known();
...
Note the "my @holidays" line contains 2 transposed characters. The
"Event::Holdiay::US::known" should read "Event::Holiday::US::known".