Skip Menu |

This queue is for tickets about the Calendar-List CPAN distribution.

Report information
The Basics
Id: 11433
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Calendar-List

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: 0.15



Subject: POD error
Nice module! I just found it today while browsing CPAN. It will come in very handy on my current project. While exercising the example code from the Synopsis, I found an error in the format string for the hash example: my %hash = calendar_list('DD-MM-YYYY' => 'DDEXT MONTH YEAR', \%hash01); should be my %hash = calendar_list('DD-MM-YYYY' => 'DDEXT MONTH YYYY', \%hash01); Note the differences in the YEAR format. I'm just getting started so don't know if this is an issue with my system (I'm not using Date::iCal) or simply an error in the example. William
Nope you're right, its a POD error. I'll fix and upload as soon as I can. Thanks for spotting.