This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Cwd::VERSION to 3.39_02
[perl5.git] / dist / Cwd / Cwd.pm
index 83ddae9..a48d205 100644 (file)
@@ -171,7 +171,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.39_01';
+$VERSION = '3.39_02';
 my $xs_version = $VERSION;
 $VERSION =~ tr/_//;