On Thu, 12 Apr 2012 17:05:27 +0200, Helmut Grohne wrote:

> $ perl -T -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
> Undefined subroutine &Date::Manip::ParseDateString called at -e line 1, 
> <DATA> line 429.
> $ perl -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
> 2012041210:20:00$

Works for me (with 6.32-1):

% perl -T -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
2012091910:20:00
% perl -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
2012091910:20:00

 
> This issue shows up with munin as entries in /var/log/apache2/error.log:
> 
> [Thu Apr 12 15:56:01 2012] munin-cgi-graph: Undefined subroutine 
> &Date::Manip::ParseDateString called at /usr/lib/cgi-bin/munin-cgi-graph line 
> 407.

And I also don't have entries like this (hm, maybe because I'm not
using the cgi version in munin).

Can somebody reproduce the bug?

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joel Harrison: Tennessee waltz

Attachment: signature.asc
Description: Digital signature

Reply via email to