summaryrefslogtreecommitdiff
path: root/dist/Cwd/lib/File/Spec/VMS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Cwd/lib/File/Spec/VMS.pm')
-rw-r--r--dist/Cwd/lib/File/Spec/VMS.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/Cwd/lib/File/Spec/VMS.pm b/dist/Cwd/lib/File/Spec/VMS.pm
index 120575a3e0..9164dbcc59 100644
--- a/dist/Cwd/lib/File/Spec/VMS.pm
+++ b/dist/Cwd/lib/File/Spec/VMS.pm
@@ -4,7 +4,7 @@ use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '3.34';
+$VERSION = '3.35';
$VERSION = eval $VERSION;
@ISA = qw(File::Spec::Unix);
@@ -602,7 +602,8 @@ sub file_name_is_absolute {
=item splitpath (override)
($volume,$directories,$file) = File::Spec->splitpath( $path );
- ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
+ ($volume,$directories,$file) = File::Spec->splitpath( $path,
+ $no_file );
Passing a true value for C<$no_file> indicates that the path being
split only contains directory components, even on systems where you