Upgrade to PathTools 3.11
[p5sagit/p5-mst-13.2.git] / lib / Cwd.pm
index c00dbc5..23cf924 100644 (file)
@@ -170,7 +170,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.10';
+$VERSION = '3.11';
 
 @ISA = qw/ Exporter /;
 @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);