--- t/enc_module.t.orig 2004-01-28 11:34:27.000000000 -0600
+++ t/enc_module.t 2004-01-28 11:34:42.000000000 -0600
@@ -54,7 +54,7 @@
$obj = Mod_EUCJP->new;
my $i = 0;
while(<STDIN>){
- s/\r?\n\z//;
+ s/\r?\n\z?//;
is ($cmp[$i++], $_, "encoding vs. STDIN - $i");
}Also someone may want to put in the docs or in the fail report that LC_ALL must be set during "make test"
Thanks, BMG
