houseabsolute / Devel-StackTrace

An object representing a stack trace
https://metacpan.org/release/Devel-StackTrace/
Other
7 stars 13 forks source link

Fix using frames as a setter #8

Closed 2shortplanks closed 8 years ago

2shortplanks commented 8 years ago

Setting the frames didn't clear the raw data structure, meaning that the new value for frames would be mistakenly overwritten by the module incorrectly converting the raw data structure the first time frames were accessed even if they'd been manually set to some other value

2shortplanks commented 8 years ago

This test failure is something wrong on one of the author tests on 5.10 (but not other Perls)

autarch commented 8 years ago

I merged this from the CLI. Thanks!