Assimilate Cwd 2.15 from CPAN
Nicholas Clark [Fri, 27 Feb 2004 17:56:30 +0000 (17:56 +0000)]
p4raw-id: //depot/perl@22403

ext/Cwd/Changes
lib/Cwd.pm

index 3062ca1..01d20ed 100644 (file)
@@ -1,5 +1,11 @@
 Revision history for Perl extension Cwd.
 
+2.15  Fri Jan 16 08:09:44 CST 2004
+
+ - Fixed a problem on static perl builds - while creating
+   Makefile.aperl, it was loading a mismatched version of Cwd from
+   blib/ . [Reported by Blair Zajac]
+
 2.14  Thu Jan  8 18:51:08 CST 2004
 
  - We now use File::Spec->canonpath() and properly-escaped regular
index dca0a2f..2757fd6 100644 (file)
@@ -1,5 +1,5 @@
 package Cwd;
-$VERSION = $VERSION = '2.14';
+$VERSION = $VERSION = '2.15';
 
 =head1 NAME
 
@@ -130,6 +130,12 @@ C<fast_abs_path()>.
 
 =back
 
+=head1 AUTHOR
+
+Originally by the perl5-porters.
+
+Now maintained by Ken Williams <KWILLIAMS@cpan.org>
+
 =head1 SEE ALSO
 
 L<File::chdir>