Subject: | Fixing time module dependencies |
Date: | Fri, 22 May 2009 13:40:37 -0400 |
To: | bug-Logfile [...] rt.cpan.org |
From: | Aleksandar Jelenak <aleksandar.jelenak [...] gmail.com> |
Hello,
The attached patch should help all those using modern CPAN
installation tools to avoid errors related to a missing time parsing
module.
The Logfile::Base module has a BEGIN block where several time parsing
modules are required and if none available a fallback module
(Time::String) is loaded from the __DATA__ block in that file. Loading
of the Time::String, however, does not seem to work and the user gets
an error message about undefined Time::String::to_time subroutine as a
result.
-Aleksandar
Message body is not shown because sender requested not to inline it.