diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-18 06:13:34 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-18 06:13:34 -0700 |
commit | ec09086b406f9d670988464105f9807025dd78f0 (patch) | |
tree | bc3b50fa1b5913803ab9f9957199ff8aa271e0b7 /dist | |
parent | 04101b8fc17884a71ea53cb2b7865c9055de596d (diff) | |
download | perl-ec09086b406f9d670988464105f9807025dd78f0.tar.gz |
Increase $VERSIONs for Text::Abbrev and Search::Dict
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Search-Dict/lib/Search/Dict.pm | 2 | ||||
-rw-r--r-- | dist/Text-Abbrev/lib/Text/Abbrev.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Search-Dict/lib/Search/Dict.pm b/dist/Search-Dict/lib/Search/Dict.pm index fd1017701e..5fe6f73b04 100644 --- a/dist/Search-Dict/lib/Search/Dict.pm +++ b/dist/Search-Dict/lib/Search/Dict.pm @@ -4,7 +4,7 @@ require Exporter; use strict; -our $VERSION = '1.03'; +our $VERSION = '1.04'; our @ISA = qw(Exporter); our @EXPORT = qw(look); diff --git a/dist/Text-Abbrev/lib/Text/Abbrev.pm b/dist/Text-Abbrev/lib/Text/Abbrev.pm index 449c49b058..3c179697f9 100644 --- a/dist/Text-Abbrev/lib/Text/Abbrev.pm +++ b/dist/Text-Abbrev/lib/Text/Abbrev.pm @@ -2,7 +2,7 @@ package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 NAME |