Increase $DBM_Filter::VERSION to 0.06
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:54:52 +0000 (21:54 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:48 +0000 (22:11 -0700)
lib/DBM_Filter.pm

index 07a501e..033fd1c 100644 (file)
@@ -2,7 +2,7 @@ package DBM_Filter ;
 
 use strict;
 use warnings;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 package Tie::Hash ;