We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb31624 commit 78facf5Copy full SHA for 78facf5
dist/PathTools/Cwd.pm
@@ -3,7 +3,7 @@ use strict;
3
use Exporter;
4
5
6
-our $VERSION = '3.90';
+our $VERSION = '3.91';
7
my $xs_version = $VERSION;
8
$VERSION =~ tr/_//d;
9
dist/PathTools/lib/File/Spec.pm
@@ -2,7 +2,9 @@ package File::Spec;
2
use strict;
+# Keep $VERSION consistent in all *.pm files in this distribution, including
+# Cwd.pm.
10
my %module = (
0 commit comments