Skip Menu |

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

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

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

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



Subject: find_encoding used in Date::Manip::Base.pm but not properly loaded
Date: Tue, 6 Aug 2013 22:26:01 -0400
To: bug-Date-Manip [...] rt.cpan.org
From: Krishna Subramanian <skrisna [...] gmail.com>
Hello, Thanks for the great module. I had to make a small change for it to work properly when setting the 'encoding' config option. I am using $VERSION = '6.40' of Date::Manip module. I had to add the following to Date/Manip/Base.pm to get it to work- -use Encode qw(encode_utf8 from_to); +use Encode qw(encode_utf8 from_to find_encoding); Thanks, Krishna
Thanks. Not sure why that hadn't been found before now, but it'll be fixed in the next release.