more pod patches
[p5sagit/p5-mst-13.2.git] / lib / File / Spec / Win32.pm
index 8510d1f..860ae0c 100644 (file)
@@ -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 ) ) {