diff options
author | Michael Stevens <mstevens@etla.org> | 2001-02-23 15:47:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 14:37:55 +0000 |
commit | 4ac9195fe27b27610b09db5d1e9a4a36a7b59787 (patch) | |
tree | 814dd10dbd6f7a6fa3d36650ce7b7b45e6f02e82 /lib/File | |
parent | db3030c00cb9bf89cc2777cc9facc87b6b1d55e0 (diff) | |
download | perl-4ac9195fe27b27610b09db5d1e9a4a36a7b59787.tar.gz |
Re: Errors in core PODs
Message-ID: <20010223154756.A7723@firedrake.org>
p4raw-id: //depot/perl@8965
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Spec/Epoc.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/File/Spec/Epoc.pm b/lib/File/Spec/Epoc.pm index 65d5e1fcb5..23c99fbf51 100644 --- a/lib/File/Spec/Epoc.pm +++ b/lib/File/Spec/Epoc.pm @@ -24,7 +24,7 @@ This package is still work in progress ;-) o.flebbe@gmx.de -=over +=over 4 =item devnull @@ -62,6 +62,7 @@ Takes no argument, returns the environment variable PATH as an array. Since there is no search path supported, it returns undef, sorry. =cut + sub path { return undef; } |