]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Don't rely on accessing the values of Perl_runops_{standard,debug}
authorVincent Pit <vince@profvince.com>
Sat, 8 Oct 2011 20:55:31 +0000 (22:55 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 8 Oct 2011 20:55:31 +0000 (22:55 +0200)
commitc6e995c68b5384510061cde2d433e9506a3935f5
treedce7f1baf7cda97cc527e5fe3e4a907954bfe07f
parent52e46d61da554bbc0d80d317e07176bb730f3efb
Don't rely on accessing the values of Perl_runops_{standard,debug}

This doesn't work on Windows, so we have to use PL_runops_{std,dbg} instead.
But those two variables are not available before perl 5.8, so we have to
forbid the whole goto handling altogether on those perls for consistency.
Upper.xs
lib/Scope/Upper.pm
t/61-uplevel-args.t