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?