This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Archive-Tar to CPAN version 1.92
[perl5.git] / cpan / Archive-Tar / lib / Archive / Tar / Constant.pm
index 7839c6d..2bddf71 100644 (file)
@@ -3,7 +3,7 @@ package Archive::Tar::Constant;
 BEGIN {
     require Exporter;
 
-    $VERSION    = '1.90';
+    $VERSION    = '1.92';
     @ISA        = qw[Exporter];
 
     require Time::Local if $^O eq "MacOS";