Increase $VERSIONs for Text::Abbrev and Search::Dict
authorFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2011 13:13:34 +0000 (06:13 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2011 13:13:34 +0000 (06:13 -0700)
dist/Search-Dict/lib/Search/Dict.pm
dist/Text-Abbrev/lib/Text/Abbrev.pm

index fd10177..5fe6f73 100644 (file)
@@ -4,7 +4,7 @@ require Exporter;
 
 use strict;
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 our @ISA = qw(Exporter);
 our @EXPORT = qw(look);
 
index 449c49b..3c17969 100644 (file)
@@ -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