DateTime 0.29 makes DateTime::TimeZone fail a test

2005-08-16 Thread Dave Glasser
I'm getting a failing test on line 318 of t/09changes.t in DateTime::TimeZone; the line is: like( $@, qr/Invalid local time .+/, 'exception for invalid time produced via add' ); and $@ is not being set to anything. This is with DateTime 0.2901; it doesn't seem to fail with 0.28. The

Re: DateTime 0.29 makes DateTime::TimeZone fail a test

2005-08-16 Thread Dave Rolsky
On Mon, 15 Aug 2005, Dave Glasser wrote: I'm getting a failing test on line 318 of t/09changes.t in DateTime::TimeZone; the line is: like( $@, qr/Invalid local time .+/, 'exception for invalid time produced via add' ); and $@ is not being set to anything. This is with DateTime