summaryrefslogtreecommitdiff
path: root/dist/Cwd
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-12-19 12:21:54 +0000
committerZefram <zefram@fysh.org>2010-12-19 12:21:54 +0000
commite57c1822e7b53e0ef6a7d0f39459c328dc0d59fc (patch)
tree1181bb5e0bd70267f3f74d205522fc0c203c1707 /dist/Cwd
parentb7f04779ef370c2aa666b6e6c9a1c0ab050db6b4 (diff)
downloadperl-e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc.tar.gz
bump version of many modules
Core-only modules that have changed from v5.13.7, and dual-life modules that have changed from v5.13.7 and didn't show up in earlier passes.
Diffstat (limited to 'dist/Cwd')
-rw-r--r--dist/Cwd/Cwd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Cwd/Cwd.pm b/dist/Cwd/Cwd.pm
index 3f15c3b696..6aa8273a14 100644
--- a/dist/Cwd/Cwd.pm
+++ b/dist/Cwd/Cwd.pm
@@ -171,7 +171,7 @@ use strict;
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.34';
+$VERSION = '3.35';
my $xs_version = $VERSION;
$VERSION = eval $VERSION;