Bug#552996: libdate-simple-perl: today()/d8()/ymd() broken in subclasses

2010-01-01 Thread Chris Share
On Thu, Oct 29, 2009 at 04:18:12PM +0200, Damyan Ivanov wrote: > Note that constructors of Date::Simple (the base class) work both when > called as functions (D::S::today) and when called as a class methods > (D::S->today) so perhaps upstream overlooked the problem in the > subclasses. > > --

Bug#552996: libdate-simple-perl: today()/d8()/ymd() broken in subclasses

2009-10-29 Thread Damyan Ivanov
-=| gregor herrmann, Thu, Oct 29, 2009 at 02:06:47PM +0100 |=- > On Thu, 29 Oct 2009 02:38:32 +, Chris Share wrote: > > > The expected result, which worked on an Etch system with version 3.01-1 of > > this package: > > perl -MDate::Simple::Fmt -e 'print Date::Simple::Fmt::today();' > > 2009-1

Bug#552996: libdate-simple-perl: today()/d8()/ymd() broken in subclasses

2009-10-29 Thread gregor herrmann
On Thu, 29 Oct 2009 02:38:32 +, Chris Share wrote: > The expected result, which worked on an Etch system with version 3.01-1 of > this package: > perl -MDate::Simple::Fmt -e 'print Date::Simple::Fmt::today();' > 2009-10-28 > > The obtained result in this version: > perl -MDate::Simple::Fmt -

Bug#552996: libdate-simple-perl: today()/d8()/ymd() broken in subclasses

2009-10-28 Thread Chris Share
Package: libdate-simple-perl Version: 3.03.03-1+b1 Severity: normal *** Please type your report below this line *** The constructors today(), d8() and ymd() no longer work in any of the subclasses Date::Simple::D8, Date::Simple::Fmt or Date::Simple::ISO. The expected result, which worked on an E