X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage.pm;h=b58562f519a51c68c7f54f13d77501528bd3cdf3;hb=1c6ac7757f2c724f4dd8a5a87daa9a6d360bdd93;hp=c543fc896faff8141c102a95e87ee65d90b46c59;hpb=c86a46cc54baef2a5738176a70288db5f3f1376f;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage.pm b/lib/MooseX/Storage.pm index c543fc8..b58562f 100644 --- a/lib/MooseX/Storage.pm +++ b/lib/MooseX/Storage.pm @@ -4,7 +4,7 @@ use Moose qw(confess); use MooseX::Storage::Meta::Attribute::DoNotSerialize; -our $VERSION = '0.02'; +our $VERSION = '0.03'; sub import { my $pkg = caller();