]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Also skip the uplevel across eval/local $@ test on perl 5.8.[345]
authorVincent Pit <vince@profvince.com>
Wed, 2 Jan 2013 00:39:05 +0000 (01:39 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 2 Jan 2013 00:42:23 +0000 (01:42 +0100)
commit4118f6669b53693eadcc652972c472f0d87f1e7c
treed333344eca7c3048a4f36b5767438145e79e940c
parent6c74fb492a0404fa8822211cba07b1027ce3cfec
Also skip the uplevel across eval/local $@ test on perl 5.8.[345]

A more recent set of debugging 5.8 perls shows that this test also causes
"Can't undef active subroutine during global destruction" errors with
perl 5.8.[345]. The test used to be skipped for perl 5.8.[0126], it is now
skipped for perl 5.8.[0-6], which makes definitely more sense anyway.
t/63-uplevel-ctl.t