in reply to Bignum breaks Time::Local?

I see the bug you describe in Perl 5.8 and 5.10, but it seems to be fixed in 5.12, 5.14 and 5.16.

Having checked the changelogs for bignum and Time::Local and also perl5120delta I can't figure out what exactly fixed this.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^2: Bignum breaks Time::Local?
by cunningrat (Acolyte) on Nov 06, 2012 at 14:41 UTC
    That explains it, Toby. Thanks. (I'm stuck using perl 5.8, unfortunately.)