summaryrefslogtreecommitdiff
path: root/cpan/Archive-Tar/lib/Archive/Tar.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Archive-Tar/lib/Archive/Tar.pm')
-rw-r--r--cpan/Archive-Tar/lib/Archive/Tar.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpan/Archive-Tar/lib/Archive/Tar.pm b/cpan/Archive-Tar/lib/Archive/Tar.pm
index c57f56b91a..4ed3ae0386 100644
--- a/cpan/Archive-Tar/lib/Archive/Tar.pm
+++ b/cpan/Archive-Tar/lib/Archive/Tar.pm
@@ -31,7 +31,7 @@ use vars qw[$DEBUG $error $VERSION $WARN $FOLLOW_SYMLINK $CHOWN $CHMOD
$DEBUG = 0;
$WARN = 1;
$FOLLOW_SYMLINK = 0;
-$VERSION = "1.84";
+$VERSION = "1.82";
$CHOWN = 1;
$CHMOD = 1;
$SAME_PERMISSIONS = $> == 0 ? 1 : 0;
@@ -1451,12 +1451,6 @@ sub add_files {
next;
}
- eval {
- if( utf8::is_utf8( $file )) {
- utf8::encode( $file );
- }
- };
-
unless( -e $file || -l $file ) {
$self->_error( qq[No such file: '$file'] );
next;