diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-11-25 14:31:25 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-11-27 07:05:04 -0800 |
commit | 20961b6483f3653e3bf928a60cca828e2b13e098 (patch) | |
tree | 1106b219835098160ef682ab7d74dfe7c1fd52e6 /lib | |
parent | 3b5bc0ddfbcdd17ef47d61fbce7a265b219a5889 (diff) | |
download | perl-20961b6483f3653e3bf928a60cca828e2b13e098.tar.gz |
Increase $English::VERSION to 1.06
Diffstat (limited to 'lib')
-rw-r--r-- | lib/English.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/English.pm b/lib/English.pm index 6a57ffb2df..f629068d4a 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -1,6 +1,6 @@ package English; -our $VERSION = '1.05'; +our $VERSION = '1.06'; require Exporter; @ISA = qw(Exporter); |