diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-03 22:53:42 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-03 22:53:42 +0100 |
commit | af048c18889d4232ba48aa87bdd20a2320723b43 (patch) | |
tree | 3e0fe14f7489401880c17234bb144999acb85888 /lib/File/Compare.pm | |
parent | 7536d879835346ee8671a43b3f9e0bf5a70ad7c3 (diff) | |
download | perl-af048c18889d4232ba48aa87bdd20a2320723b43.tar.gz |
bump versions of non-dual-life modules that
* differ between 5.10.0 and maint-5.10, or
* differ between 5.8.9 and maint-5.10
Diffstat (limited to 'lib/File/Compare.pm')
-rw-r--r-- | lib/File/Compare.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Compare.pm b/lib/File/Compare.pm index 7418fe61e5..05e1c41d21 100644 --- a/lib/File/Compare.pm +++ b/lib/File/Compare.pm @@ -7,7 +7,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Too_Big); require Exporter; -$VERSION = '1.1005'; +$VERSION = '1.1006'; @ISA = qw(Exporter); @EXPORT = qw(compare); @EXPORT_OK = qw(cmp compare_text); |