From: Nicholas Clark Date: Fri, 27 Feb 2004 17:56:30 +0000 (+0000) Subject: Assimilate Cwd 2.15 from CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02cc4877b974f74ba7f16bace1ce676269cf2839;p=p5sagit%2Fp5-mst-13.2.git Assimilate Cwd 2.15 from CPAN p4raw-id: //depot/perl@22403 --- diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 3062ca1..01d20ed 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -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 diff --git a/lib/Cwd.pm b/lib/Cwd.pm index dca0a2f..2757fd6 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -1,5 +1,5 @@ package Cwd; -$VERSION = $VERSION = '2.14'; +$VERSION = $VERSION = '2.15'; =head1 NAME @@ -130,6 +130,12 @@ C. =back +=head1 AUTHOR + +Originally by the perl5-porters. + +Now maintained by Ken Williams + =head1 SEE ALSO L