Manual integration error in #12235.
[p5sagit/p5-mst-13.2.git] / lib / File / Path.pm
index 0eb6128..3560a97 100644 (file)
@@ -91,13 +91,14 @@ Charles Bailey <F<bailey@newman.upenn.edu>>
 
 =cut
 
-use 5.005_64;
+use 5.006;
 use Carp;
 use File::Basename ();
 use Exporter ();
 use strict;
+use warnings;
 
-our $VERSION = "1.0404";
+our $VERSION = "1.0405";
 our @ISA = qw( Exporter );
 our @EXPORT = qw( mkpath rmtree );