Comment away a diagnostic message as noted by Craig A. Berry
Jarkko Hietaniemi [Sun, 31 Dec 2000 18:15:56 +0000 (18:15 +0000)]
(the unexpected message was confusing testing)

p4raw-id: //depot/perl@8287

ext/Encode/Encode.pm

index db471cb..0486a68 100644 (file)
@@ -378,7 +378,7 @@ sub loadEncoding
      last unless $type eq '#';
     }
    $class .= ('::'.(($type eq 'E') ? 'Escape' : 'Table'));
-   warn "Loading $file";
+   # warn "Loading $file";
    return $class->read($fh,$name,$type);
   }
  else