doy / try-tiny

minimal try/catch with proper preservation of $@
http://metacpan.org/release/Try-Tiny
10 stars 15 forks source link

work around perl bug where pads may be reused in cleanup after fork #9

Closed haarg closed 11 years ago

haarg commented 11 years ago

During global destruction triggered by a explicit exit after forking, perl may re-use the pad for try in a nested call in a DESTROY. All variables used must be explictly initialized to avoid this.

doy commented 11 years ago

Thanks!

doy commented 11 years ago

Released in 0.17.