Skip Menu |

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

Report information
The Basics
Id: 117617
Status: new
Priority: 0/
Queue: DateTime-Calendar-Coptic

People
Owner: Nobody in particular
Requestors: J2N-FORGET [...] orange.fr
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: Failure on September 8
The following snippet: use DateTime::Calendar::Coptic; my $d1 = DateTime::Calendar::Coptic->new(year => 2016, month => 9, day => 8, calscale => 'gregorian'); fails with: The 'month' parameter ("13") to DateTime::new did not pass the 'an integer between 1 and 12' callback at /usr/lib/perl5/DateTime.pm line 200 DateTime::new(undef, 'month', 13, 'day', 3, 'year', 1732) called at /home/jf/perl5/lib/perl5/DateTime/Calendar/Coptic.pm line 53 DateTime::Calendar::Coptic::new('DateTime::Calendar::Coptic', 'year', 2016, 'month', 9, 'day', 8, 'calscale', 'gregorian', ...) called at coptic-bug4 line 5 Can you fix it, please?