projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
59a9701
)
eval.t: add bug number
author
Father Chrysostomos <sprout@cpan.org>
Tue, 15 Nov 2011 13:54:14 +0000 (
05:54
-0800)
committer
Father Chrysostomos <sprout@cpan.org>
Thu, 17 Nov 2011 17:18:01 +0000 (09:18 -0800)
t/op/eval.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/eval.t
b/t/op/eval.t
index
bceffcc
..
91361c1
100644
(file)
--- a/
t/op/eval.t
+++ b/
t/op/eval.t
@@
-568,6
+568,7
@@
for my $k (!0) {
"string eval leaves readonly lexicals readonly [perl #19135]";
}
+# [perl #68750]
fresh_perl_is(<<'EOP', "ok\nok\nok\n", undef, 'eval clears %^H');
BEGIN {
require re; re->import('/x'); # should only affect surrounding scope