This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] maintperl - File::Spec cwd() stuff
authorMichael G. Schwern <schwern@pobox.com>
Mon, 18 Aug 2003 18:02:08 +0000 (11:02 -0700)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Aug 2003 13:10:42 +0000 (13:10 +0000)
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