This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6406c52
)
Correct the expected results for the first perlio warnings subtest.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 23 Sep 2011 09:43:37 +0000
(11:43 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 23 Sep 2011 09:43:37 +0000
(11:43 +0200)
t/lib/warnings/perlio
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/warnings/perlio
b/t/lib/warnings/perlio
index
a53bece
..
d90453b
100644
(file)
--- a/
t/lib/warnings/perlio
+++ b/
t/lib/warnings/perlio
@@
-32,7
+32,8
@@
unshift @INC, sub {
};
require Symbol; # doesn't matter whether it exists or no
EXPECT
-Recursive call to Perl_load_module in PerlIO_find_layer at -e line 2.
+Recursive call to Perl_load_module in PerlIO_find_layer at - line 5.
+BEGIN failed--compilation aborted.
########
# perlio [PerlIO_parse_layers]