projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f9fbf42
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Spec/OS2.pm
b/lib/File/Spec/OS2.pm
index
1418890
..
508dedf
100644
(file)
--- 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