Missed files in upgrading modules. Grrrr
Steve Peters [Sun, 9 Oct 2005 14:51:12 +0000 (14:51 +0000)]
p4raw-id: //depot/perl@25717

lib/Cwd.pm

index 23cf924..8d25af9 100644 (file)
@@ -170,7 +170,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.11';
+$VERSION = '3.12';
 
 @ISA = qw/ Exporter /;
 @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);