This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Version bump
[perl5.git] / cpan / Archive-Tar / lib / Archive / Tar.pm
index 3b92003..55ec372 100644 (file)
@@ -31,7 +31,7 @@ use vars qw[$DEBUG $error $VERSION $WARN $FOLLOW_SYMLINK $CHOWN $CHMOD
 $DEBUG                  = 0;
 $WARN                   = 1;
 $FOLLOW_SYMLINK         = 0;
-$VERSION                = "2.14_01";
+$VERSION                = "2.14_02";
 $CHOWN                  = 1;
 $CHMOD                  = 1;
 $SAME_PERMISSIONS       = $> == 0 ? 1 : 0;