From: Steve Peters Date: Sun, 9 Oct 2005 14:51:12 +0000 (+0000) Subject: Missed files in upgrading modules. Grrrr X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=daee519f495809ae063fbab716cf4f57acd78c97;p=p5sagit%2Fp5-mst-13.2.git Missed files in upgrading modules. Grrrr p4raw-id: //depot/perl@25717 --- diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 23cf924..8d25af9 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -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);