summaryrefslogtreecommitdiff
path: root/dist/PathTools/lib/File/Spec/Unix.pm
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-13 02:31:18 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:24 -0300
commitb2fc9074d47555ce44cd1bb66f5ae7beffed8370 (patch)
treee305cafcdc4dc089f5aab62feb87166e32a1c326 /dist/PathTools/lib/File/Spec/Unix.pm
parentcf348b6035afd609cd9c7dd5c312a0ade3829a8b (diff)
downloadperl-b2fc9074d47555ce44cd1bb66f5ae7beffed8370.tar.gz
Cwd.pm: Handle native android builds better
Diffstat (limited to 'dist/PathTools/lib/File/Spec/Unix.pm')
-rw-r--r--dist/PathTools/lib/File/Spec/Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/PathTools/lib/File/Spec/Unix.pm b/dist/PathTools/lib/File/Spec/Unix.pm
index 270a1fea65..26cd78d10f 100644
--- a/dist/PathTools/lib/File/Spec/Unix.pm
+++ b/dist/PathTools/lib/File/Spec/Unix.pm
@@ -3,7 +3,7 @@ package File::Spec::Unix;
use strict;
use vars qw($VERSION);
-$VERSION = '3.45_01';
+$VERSION = '3.46';
my $xs_version = $VERSION;
$VERSION =~ tr/_//;