diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-28 22:53:28 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-28 22:53:28 +0000 |
commit | 56ca2fc0091196610c2d918908f5e362829dd24d (patch) | |
tree | 29617b41a5e28e5ac8fbfadf19cbc6258bcd0164 /lib/utf8_heavy.pl | |
parent | 78fb8492168ccf8508bc41f7c5f0c9c5b662f286 (diff) | |
download | perl-56ca2fc0091196610c2d918908f5e362829dd24d.tar.gz |
Explain the \p{} and \P{} error message better and
have prettier prettyprint in In.pl.
p4raw-id: //depot/perl@9899
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r-- | lib/utf8_heavy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 5637d12afa..ab2e15ddec 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -38,7 +38,7 @@ sub SWASHNEW { || do "$file.pl" || do "$encoding/$file.pl" || do "$encoding/Is/${type}.pl" - || croak("Can't find $encoding character property definition via $caller->$type or $file.pl"); + || croak("Can't find $encoding character property \"$type\""); $| = 1; |