X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FSpec%2FWin32.pm;h=860ae0c2b2bbb8f47ed3a190b9ab9ac8bfbc4e4d;hb=bbc7dcd2bd43efd6773e46b614c6eb1db5af78d2;hp=8510d1ff369b515bae2d8fed3628190b4c60c6b2;hpb=3c32ced9076b91fe2c44bcada22c97a37d564b78;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Spec/Win32.pm b/lib/File/Spec/Win32.pm index 8510d1f..860ae0c 100644 --- a/lib/File/Spec/Win32.pm +++ b/lib/File/Spec/Win32.pm @@ -23,7 +23,7 @@ See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. -=over +=over 4 =item devnull @@ -312,7 +312,7 @@ sub abs2rel { } -sub rel2abs($;$;) { +sub rel2abs { my ($self,$path,$base ) = @_; if ( ! $self->file_name_is_absolute( $path ) ) {