]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Make t/07-context_info.t pass with perls that have usesitecustomize set
authorVincent Pit <vince@profvince.com>
Fri, 21 Sep 2012 14:02:02 +0000 (16:02 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 21 Sep 2012 14:02:05 +0000 (16:02 +0200)
commitd3500bc9b8882716ee933336bb903e20735e54ed
tree713439ececd5e15ee5df91a3a1222bf731e1b7be
parenta5315939c4f295e3e6b70b3b6033068a8be67ce6
Make t/07-context_info.t pass with perls that have usesitecustomize set

sitecustomize.pl adds a "BEGIN { do { my $x; 1 } }" at the beginning of
the test code, which causes HINT_BLOCK_SCOPE to leak to the main program.
t/07-context_info.t