Bump up the VERSIONs of modules that have changed since 5.6.0,
[p5sagit/p5-mst-13.2.git] / lib / File / Compare.pm
index 9cf922b..b83ba62 100644 (file)
@@ -8,7 +8,7 @@ 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);