X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FEngine.pm;h=bcc87ae8ad8a661cd97844670af3653810d5a869;hb=d3671a48f9673b8f5e74f9105b56406e4bfe5a6b;hp=c924022f62a763bb1a509bb5b23dafd208d0a379;hpb=efd4f7a5691295a10f74399e63731adb9a209057;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Engine.pm b/lib/MooseX/Storage/Engine.pm index c924022..bcc87ae 100644 --- a/lib/MooseX/Storage/Engine.pm +++ b/lib/MooseX/Storage/Engine.pm @@ -2,9 +2,6 @@ package MooseX::Storage::Engine; use Moose; use Scalar::Util qw(refaddr); -our $VERSION = '0.35'; -our $AUTHORITY = 'cpan:STEVAN'; - # the class marker when # serializing an object. our $CLASS_MARKER = '__CLASS__';