Enable warnings in File::* (was: B::Terse and warnings)
[p5sagit/p5-mst-13.2.git] / lib / File / Find.pm
index 1e33f1e..ef3d241 100644 (file)
@@ -1,6 +1,7 @@
 package File::Find;
 use strict;
-use 5.005_64;
+use warnings;
+use 5.6.0;
 our $VERSION = '1.00';
 require Exporter;
 require Cwd;