Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-26 Thread Ansgar Burchardt
Niko Tyni writes: > On Thu, Aug 26, 2010 at 05:47:53PM +0900, Ansgar Burchardt wrote: > >> I prepared a patch for this issue. It passes the test suite and also >> the code snippets that failed before. I am not very familiar with XS, >> so any comments are welcome. > >> [1] >>

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-26 Thread Niko Tyni
On Thu, Aug 26, 2010 at 05:47:53PM +0900, Ansgar Burchardt wrote: > I prepared a patch for this issue. It passes the test suite and also > the code snippets that failed before. I am not very familiar with XS, > so any comments are welcome. > [1] >

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-26 Thread Ansgar Burchardt
Hi, I prepared a patch for this issue. It passes the test suite and also the code snippets that failed before. I am not very familiar with XS, so any comments are welcome. The patch can be found at [1]. Regards, Ansgar [1]

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-11 Thread Vincent Lefevre
On 2010-08-11 09:39:43 +0200, Vincent Lefevre wrote: > Well, Date::Calc 6.3 solves the problem on my machine: > > $ echo Oct | perl -p -e 'use Date::Calc qw(Decode_Month); > s!(\w+)!Decode_Month($1)!e' > 10 > $ echo Oct | env -u PERL5LIB perl -p -e 'use Date::Calc qw(Decode_Month); > s!(\w+)!Dec

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-11 Thread Vincent Lefevre
On 2010-08-11 15:55:21 +0900, Ansgar Burchardt wrote: > This is not fixed in the latest upstream release. I installed > Date::Calc 6.3 and Date::Calc::XS 6.2 from CPAN and the problem is still > present. Well, Date::Calc 6.3 solves the problem on my machine: $ echo Oct | perl -p -e 'use Date::Ca

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-10 Thread Ansgar Burchardt
tags 558272 - fixed-upstream forwarded 558272 https://rt.cpan.org/Ticket/Display.html?id=60233 thanks Hi, > $ echo Oct | perl -p -e 'use Date::Calc qw(Decode_Month); > s!(\w+)!Decode_Month($1)!e' > Date::Calc::Decode_Month(): argument is not a string at -e line 1, <> line 1. This is not fi

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2010-08-10 Thread Vincent Lefevre
severity 558272 grave thanks I'm raising the severity because of the urgency and to make sure that this bug (an important regression vs lenny, that has been fixed in a new upstream bugfix release for 9 months) is noticed soon enough for squeeze. See other comments below. On 2009-11-27 17:11:01 +0

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2009-11-27 Thread Damyan Ivanov
tags 558272 confirmed thanks -=| Vincent Lefevre, Fri, Nov 27, 2009 at 03:32:32PM +0100 |=- > Package: libdate-calc-perl > Version: 6.0-1 > Severity: important > > An important regression: > > $ echo Oct | perl -p -e 'use Date::Calc qw(Decode_Month); > s!(\w+)!Decode_Month($1)!e' > Date::Calc::

Bug#558272: Date::Calc::Decode_Month(): argument is not a string

2009-11-27 Thread Vincent Lefevre
Package: libdate-calc-perl Version: 6.0-1 Severity: important An important regression: $ echo Oct | perl -p -e 'use Date::Calc qw(Decode_Month); s!(\w+)!Decode_Month($1)!e' Date::Calc::Decode_Month(): argument is not a string at -e line 1, <> line 1. I've reverted to libdate-calc-perl 5.8-1 and