]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
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)
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.


No differences found