switch to Module::Install
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / lib / Catalyst / Plugin / Authentication / Store / DBIx / Class.pm
index e50922a..ead6389 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.02";
+our $VERSION= "0.03";
 
 BEGIN {
     __PACKAGE__->mk_accessors(qw/config/);