test for global destruction bug
authorGraham Knop <haarg@haarg.org>
Thu, 1 Aug 2013 15:53:15 +0000 (11:53 -0400)
committerGraham Knop <haarg@haarg.org>
Tue, 27 Aug 2013 07:51:19 +0000 (03:51 -0400)
commitc944f84cc09cd1f9e644e8a08e62c27412dbe892
tree22f32c09228876dc39f46a08d11b3adbaf8ceda8
parentbf0f29b2841e5ca262ee4c5bee457816257d7bc5
test for global destruction bug

Objects formed from certain Moo+Moose combinations will explode in
global destruction if they are kept alive by being stored in a package
variable or closed over by a sub.
xt/global-destruct-jenga-helper.pl [new file with mode: 0644]
xt/global-destruct-jenga.t [new file with mode: 0644]