X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage.pm;h=2ab32aaf64f604416dc39b33df97e19be286c6d5;hb=d3671a48f9673b8f5e74f9105b56406e4bfe5a6b;hp=8f9bd585f51898981edde3c9dc03e8f8e5ead6a2;hpb=3e13f37e59d9e944364e51af35894a1dc744bc81;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage.pm b/lib/MooseX/Storage.pm index 8f9bd58..2ab32aa 100644 --- a/lib/MooseX/Storage.pm +++ b/lib/MooseX/Storage.pm @@ -1,13 +1,9 @@ - package MooseX::Storage; use Moose qw(confess); use MooseX::Storage::Meta::Attribute::DoNotSerialize; use String::RewritePrefix (); -our $VERSION = '0.30'; -our $AUTHORITY = 'cpan:STEVAN'; - sub import { my $pkg = caller();