projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
919b853
)
Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
Ilya Zakharevich [Tue, 19 Aug 2003 08:28:14 +0000 (
01:28
-0700)]
Message-ID: <
20030819152814
.GA15441@math.berkeley.edu>
p4raw-id: //depot/perl@20779
lib/File/Spec/OS2.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Spec/OS2.pm
b/lib/File/Spec/OS2.pm
index
508dedf
..
e689c78
100644
(file)
--- a/
lib/File/Spec/OS2.pm
+++ b/
lib/File/Spec/OS2.pm
@@
-29,6
+29,11
@@
sub path {
return @path;
}
+sub cwd {
+ # In OS/2 the "require Cwd" is unnecessary bloat.
+ return Cwd::sys_cwd();
+}
+
=pod
=item tmpdir