File::Spec & NetWare
[p5sagit/p5-mst-13.2.git] / lib / File / Compare.pm
index 667e7cb..e1d5e7d 100644 (file)
@@ -1,13 +1,14 @@
 package File::Compare;
 
-use 5.005_64;
+use 5.006;
 use strict;
+use warnings;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Too_Big);
 
 require Exporter;
 use Carp;
 
-$VERSION = '1.1002';
+$VERSION = '1.1003';
 @ISA = qw(Exporter);
 @EXPORT = qw(compare);
 @EXPORT_OK = qw(cmp compare_text);