In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ab3216d918c7330bae0a9f1019f970db2c78f3c9?hp=9d88f05803089a7481b7fb4bef25d1e082b9803c>

- Log -----------------------------------------------------------------
commit ab3216d918c7330bae0a9f1019f970db2c78f3c9
Author: Aristotle Pagaltzis <pagalt...@gmx.de>
Date:   Mon Sep 13 16:58:24 2010 +0200

    improve open.pm layer class error message
-----------------------------------------------------------------------

Summary of changes:
 lib/open.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/open.pm b/lib/open.pm
index a6b4250..74119ca 100644
--- 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);

--
Perl5 Master Repository

Reply via email to