DateTime::Event::Easter as_set

2003-09-15 Thread Flavio S. Glock
Rick: In DateTime::Event::Easter: * as_set(from => $dt, to => $dt2, inclusive=>([0]|1)) Returns a DateTime::Set of Easter Events between to and from. How about changing: sub as_set { my $self = shift; return DateTime::Set->from_datetimes( dates => [ $self->as_list(@_) ] );

ANNOUNCE: DateTime 0.1701

2003-09-15 Thread Dave Rolsky
0.1701 2003-09-15 [ BUG FIXES ] - If from_epoch was given a fractional epoch with a floating point value with more than 9 digits after the decimal point, the object ended up containing a floating point number of nanoseconds. We now truncate this number to an integer. Fixed by Joshua Hoblitt.

Re: DT 0.17 test failure on 5.8.1 RC4

2003-09-15 Thread Dave Rolsky
On Sat, 13 Sep 2003, Joshua Hoblitt wrote: > t/03components..Invalid offset: -124 > # Looks like you planned 122 tests but only ran 55. > # Looks like your test died just after 55. > t/03components..dubious > Test returned status 255 (wstat 65280, 0xff00) > Scalar found whe

Re: DT strftime specifiers

2003-09-15 Thread Dave Rolsky
On Sun, 14 Sep 2003, Joshua Hoblitt wrote: > It's defined in the docs... > > =item * %V > But it's not here... > > 'w' => sub { my $dow = $_[0]->day_of_week; >return $dow % 7; > }, > > Was it documented and then not implemented? Looks that way. I just