Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
[p5sagit/p5-mst-13.2.git] / ext / Encode / t / perlio.t
index e210b2f..9966ef8 100644 (file)
@@ -54,6 +54,7 @@ my %e =
      gb2312   => [ qw/euc-cn/],
     );
 
+$/ = "\x0a"; # may fix VMS problem for test #28 and #29
 
 for my $src(sort keys %e) {
     my $ufile = File::Spec->catfile($dir,"$src.utf");