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
(parent:
9d88f05
)
improve open.pm layer class error message
author
Aristotle Pagaltzis
<pagaltzis@gmx.de>
Mon, 13 Sep 2010 14:58:24 +0000
(16:58 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Mon, 13 Sep 2010 14:59:08 +0000
(16:59 +0200)
lib/open.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/open.pm
b/lib/open.pm
index
a6b4250
..
74119ca
100644
(file)
--- a/
lib/open.pm
+++ b/
lib/open.pm
@@
-108,7
+108,7
@@
sub import {
$in = $out = join(' ', @val);
}
else {
- croak "Unknown PerlIO layer class '$type'";
+ croak "Unknown PerlIO layer class '$type'
(need IN, OUT or IO)
";
}
}
${^OPEN} = join("\0", $in, $out);