From: Michael G. Schwern Date: Mon, 18 Aug 2003 18:02:08 +0000 (-0700) Subject: Re: [PATCH] maintperl - File::Spec cwd() stuff X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46aa9bac46a412aee3375d600b0915242a05b059;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] maintperl - File::Spec cwd() stuff Message-ID: <20030819010208.GI14782@windhund.schwern.org> p4raw-id: //depot/perl@20771 --- diff --git a/lib/File/Spec/OS2.pm b/lib/File/Spec/OS2.pm index 1418890..508dedf 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