Keep verbatim pod in File::Spec within 80 cols
authorFather Chrysostomos <sprout@cpan.org>
Tue, 9 Aug 2011 13:05:58 +0000 (06:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 9 Aug 2011 15:34:27 +0000 (08:34 -0700)
dist/Cwd/lib/File/Spec.pm
t/porting/known_pod_issues.dat

index 34c527e..2d60b89 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec;
 use strict;
 use vars qw(@ISA $VERSION);
 
-$VERSION = '3.33';
+$VERSION = '3.34';
 $VERSION = eval $VERSION;
 
 my %module = (MacOS   => 'Mac',
@@ -199,8 +199,10 @@ X<splitpath> X<split, path>
 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
index e953ffa..b67509b 100644 (file)
@@ -136,7 +136,6 @@ dist/bignum/lib/bigint.pm   Apparent broken link    1
 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