Skip Menu |

This queue is for tickets about the Date-Manip CPAN distribution.

Report information
The Basics
Id: 62128
Status: resolved
Priority: 0/
Queue: Date-Manip

People
Owner: Nobody in particular
Requestors: mar.kolya [...] gmail.com
Cc:
AdminCc:

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



Subject: Can't locate object method "convert_from_gmt" via package "Date::Manip::Base"
This fails with 6.13: perl -e 'use Date::Manip; Date_Init("TZ=America/Toronto"); my @dates = Date::Manip::ParseRecur("0:0:0:0:1*0:0", "1 days ago", "+0:0:-0:0:23:59:59", "4 days later");' with error: Can't locate object method "convert_from_gmt" via package "Date::Manip::Base" at xxx/Date-Manip-6.13/lib/Date/Manip/TZ_Base.pm line 217. It doesn't fail in 6.12. Thanks.
I'm not sure how this got by my tests. I'll have to add a new test to catch this. In any case, it'll be fixed in the next release. If you need an immediate fix, you can edit the Date::Manip::Recur.pm file and change line 721 from: $dmb->_update_now(); # Update NOW to $dmt->_update_now(); # Update NOW Sorry about that.