Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Event-Holiday-US CPAN distribution.

Report information
The Basics
Id: 73059
Status: resolved
Priority: 0/
Queue: DateTime-Event-Holiday-US

People
Owner: AYOUNG [...] cpan.org
Requestors: shane [...] bigblueswing.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



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".
Fixed. Thank you. Should be up on the CPAN soon.