diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:55:49 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:49 -0700 |
commit | 2ffae00a081802d82c2e6187e2b65236097e1eba (patch) | |
tree | 83bb1bf8c47a7fa49306c62839d42a50208819f7 | |
parent | 493efffc466352a9f0f96abe556d36671d49e269 (diff) | |
download | perl-2ffae00a081802d82c2e6187e2b65236097e1eba.tar.gz |
Increase $DBM_Filter::encode::VERSION to 0.03
-rw-r--r-- | lib/DBM_Filter/encode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DBM_Filter/encode.pm b/lib/DBM_Filter/encode.pm index 5da7b354fc..907f51d73e 100644 --- a/lib/DBM_Filter/encode.pm +++ b/lib/DBM_Filter/encode.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Carp; -our $VERSION = '0.02'; +our $VERSION = '0.03'; BEGIN { |