diff options
author | Michael G. Schwern <schwern@pobox.com> | 2003-08-18 11:02:08 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-19 13:10:42 +0000 |
commit | 46aa9bac46a412aee3375d600b0915242a05b059 (patch) | |
tree | 6be5245e80b76e319a4487866bed2646b9389d30 /lib/File | |
parent | f9fbf424fb61f97e6792e9a8ed040a85ffe5d3b2 (diff) | |
download | perl-46aa9bac46a412aee3375d600b0915242a05b059.tar.gz |
Re: [PATCH] maintperl - File::Spec cwd() stuff
Message-ID: <20030819010208.GI14782@windhund.schwern.org>
p4raw-id: //depot/perl@20771
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Spec/OS2.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/File/Spec/OS2.pm b/lib/File/Spec/OS2.pm index 14188900f0..508dedf912 100644 --- a/lib/File/Spec/OS2.pm +++ b/lib/File/Spec/OS2.pm @@ -29,11 +29,6 @@ sub path { return @path; } -sub cwd { - require Cwd; - return Cwd::sys_cwd(); -} - =pod =item tmpdir |