p4raw-id: //depot/perl@22403
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
package Cwd;
-$VERSION = $VERSION = '2.14';
+$VERSION = $VERSION = '2.15';
=head1 NAME
=back
+=head1 AUTHOR
+
+Originally by the perl5-porters.
+
+Now maintained by Ken Williams <KWILLIAMS@cpan.org>
+
=head1 SEE ALSO
L<File::chdir>