diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-04 16:14:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-04 16:14:44 +0000 |
commit | 786b702fd554cca5ea2fbd5fa8b43a3f3d95bf11 (patch) | |
tree | d5ce1ff2971f2304764080bf62975a567022292e /lib/File/Spec/Mac.pm | |
parent | 3dbbd0f5d38d873da0cc4a01718eb88e4dc6ae89 (diff) | |
download | perl-786b702fd554cca5ea2fbd5fa8b43a3f3d95bf11.tar.gz |
remove rel2abs prototypes (from Barrie Slaymaker)
p4raw-id: //depot/perl@6303
Diffstat (limited to 'lib/File/Spec/Mac.pm')
-rw-r--r-- | lib/File/Spec/Mac.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec/Mac.pm b/lib/File/Spec/Mac.pm index 4d365cbb09..9ef55ec84a 100644 --- a/lib/File/Spec/Mac.pm +++ b/lib/File/Spec/Mac.pm @@ -362,7 +362,7 @@ L</file_name_is_absolute> for details. =cut -sub rel2abs($;$;) { +sub rel2abs { my ($self,$path,$base ) = @_; if ( ! $self->file_name_is_absolute( $path ) ) { |