Quotes fixed, see also perl #36079
[p5sagit/p5-mst-13.2.git] / lib / Cwd.pm
index a568f48..d00c8fe 100644 (file)
@@ -170,7 +170,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.07_01';
+$VERSION = '3.08';
 
 @ISA = qw/ Exporter /;
 @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);