use strict;
use vars qw(@ISA $VERSION);
-$VERSION = '3.33';
+$VERSION = '3.34';
$VERSION = eval $VERSION;
my %module = (MacOS => 'Mac',
Splits a path in to volume, directory, and filename portions. On systems
with no concept of volume, returns '' for volume.
- ($volume,$directories,$file) = File::Spec->splitpath( $path );
- ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
+ ($volume,$directories,$file) =
+ File::Spec->splitpath( $path );
+ ($volume,$directories,$file) =
+ File::Spec->splitpath( $path, $no_file );
For systems with no syntax differentiating filenames from directories,
assumes that the last file is a path unless C<$no_file> is true or a
dist/bignum/lib/bignum.pm Apparent broken link 1
dist/bignum/lib/bigrat.pm Apparent broken link 1
dist/constant/lib/constant.pm Apparent broken link 2
-dist/cwd/lib/file/spec.pm Verbatim line length including indents exceeds 80 by 1
dist/cwd/lib/file/spec/mac.pm Verbatim line length including indents exceeds 80 by 9
dist/cwd/lib/file/spec/unix.pm Verbatim line length including indents exceeds 80 by 1
dist/cwd/lib/file/spec/vms.pm Verbatim line length including indents exceeds 80 by 1