Decutandpasto.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 9 Mar 2002 18:30:18 +0000 (18:30 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 9 Mar 2002 18:30:18 +0000 (18:30 +0000)
p4raw-id: //depot/perl@15134

ext/Encode/lib/Encode/Tcl.pm

index 9ed3fe5..812dcd1 100644 (file)
@@ -1,7 +1,7 @@
 package Encode::Tcl;
 BEGIN {
     if (ord("A") == 193) {
-       die "Encode::JP not supported on EBCDIC\n";
+       die "Encode::Tcl not supported on EBCDIC\n";
     }
 }
 use strict;