On Thu, 20 Sep 2012 19:34:37 +0200, Helmut Grohne wrote:
> > I'm inclined to close this bug with 6.34-1; OTOH we might as well
> > leave it open until someone comes along the next time and close it
> > unless there's a new sign of problems.
> I see no reason to leave the bug open. There has been a
Control: fixed 561970 libdate-manip-perl/6.34-1
Control: close 561970
On Thu, Sep 20, 2012 at 04:49:00PM +0200, gregor herrmann wrote:
> I'm inclined to close this bug with 6.34-1; OTOH we might as well
> leave it open until someone comes along the next time and close it
> unless there's a new sig
On Thu, 20 Sep 2012 12:40:47 +0200, Helmut Grohne wrote:
> Thanks for pinging me on this issue.
No problem, and thanks for your quick reply!
> > Works for me (with 6.32-1):
> >
> > % perl -T -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
> > 2012091910:20:00
> > % perl -e '
Control: found 561970 libdate-manip-perl/6.32-1
Control: notfound 561970 libdate-manip-perl/6.34-1
Thanks for pinging me on this issue.
On Wed, Sep 19, 2012 at 06:34:27PM +0200, gregor herrmann wrote:
> On Thu, 12 Apr 2012 17:05:27 +0200, Helmut Grohne wrote:
>
> > $ perl -T -e 'use Date::Manip;
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,
> line 429.
> $ perl -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");
tag 561970 - unreproducible
affects 561970 + munin
thanks
$ perl -T -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
Undefined subroutine &Date::Manip::ParseDateString called at -e line 1,
line 429.
$ perl -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
20120
Following up, it appears that the problem is that Date::Manip::TZ does
not understand SystemV timezones as used by Debian. My /etc/timezone
file contains:
SystemV/MST7MDT
Changing it to:
America/Edmonton
fixes the insecure path taint error.
--
Scott Barker sc...@mostlylinux.ca
Lin
Package: libdate-manip-perl
Version: 6.05-1
Severity: normal
Perl scripts cannot be run in taint mode when using Date::Manip. This simple
perl script:
#!/usr/bin/perl -T
use Date::Manip;
fails with the following message:
Insecure $ENV{PATH} while running with -T switch at
/usr/share/perl5/Dat
8 matches
Mail list logo