This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Changes, README and TODO from the Test-Simple 0.84 tarball.
[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?