This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does
[perl5.git] / uupacktool.pl
index bf947bb..bb4dc00 100644 (file)
@@ -26,7 +26,6 @@ sub handle_file {
 
     open my $fh, "<", $file
         or do { warn "Could not open input file $file: $!"; exit 0 };
-    binmode $fh;
     my $str = do { local $/; <$fh> };
 
     ### unpack?