summaryrefslogtreecommitdiff
path: root/lib/Cwd.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-24 16:47:24 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-24 16:47:24 +0000
commit7832186692f2b5bb0ae5b8a911736baf4ab3ff87 (patch)
tree8ec0b1b98e9ac99dfbfbb72791dea05babea34df /lib/Cwd.pm
parent8e742a20f09cb882e499103f4c5f4964764f2a86 (diff)
downloadperl-7832186692f2b5bb0ae5b8a911736baf4ab3ff87.tar.gz
Upgrade to Cwd 2.18
(with local changes to cwd.t, to adapt it to the core) p4raw-id: //depot/perl@22991
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r--lib/Cwd.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm
index e7d12e3ae7..af0c47f7f1 100644
--- a/lib/Cwd.pm
+++ b/lib/Cwd.pm
@@ -1,5 +1,5 @@
package Cwd;
-$VERSION = $VERSION = '2.17_03';
+$VERSION = $VERSION = '2.18';
=head1 NAME
@@ -146,7 +146,7 @@ C<fast_abs_path()>.
Originally by the perl5-porters.
-Now maintained by Ken Williams <KWILLIAMS@cpan.org>
+Maintained by Ken Williams <KWILLIAMS@cpan.org>
=head1 SEE ALSO