Re: [PATCH] maintperl - File::Spec cwd() stuff
Michael G. Schwern [Mon, 18 Aug 2003 18:02:08 +0000 (11:02 -0700)]
Message-ID: <20030819010208.GI14782@windhund.schwern.org>

p4raw-id: //depot/perl@20771

lib/File/Spec/OS2.pm

index 1418890..508dedf 100644 (file)
@@ -29,11 +29,6 @@ sub path {
     return @path;
 }
 
-sub cwd {
-    require Cwd;
-    return Cwd::sys_cwd();
-}
-
 =pod
 
 =item tmpdir