X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FUtil.pm;h=965ac5c4ac9bc9156f5cd2987216d297aa264fa2;hb=refs%2Ftags%2F0.31;hp=02a9a5f0dd1874879a3b355e0a4ecc5e2b983441;hpb=ec72518379c644ab85126ee0391773ee7028665c;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Util.pm b/lib/MooseX/Storage/Util.pm index 02a9a5f..965ac5c 100644 --- a/lib/MooseX/Storage/Util.pm +++ b/lib/MooseX/Storage/Util.pm @@ -4,7 +4,7 @@ use Moose qw(confess blessed); use MooseX::Storage::Engine (); use utf8 (); -our $VERSION = '0.18'; +our $VERSION = '0.31'; our $AUTHORITY = 'cpan:STEVAN'; sub peek { @@ -64,6 +64,8 @@ sub _inflate_yaml { return $data; } +no Moose::Role; + 1; __END__