X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FFile.pm;h=8b3856fd718869c034bf8c33f5ddf5f8bf174ade;hb=d3671a48f9673b8f5e74f9105b56406e4bfe5a6b;hp=efb4103a39b5552ac1f31e9fea67501052f3ebd0;hpb=f446cd0fed516332c0e96dddb12549703ecb772c;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/File.pm b/lib/MooseX/Storage/IO/File.pm index efb4103..8b3856f 100644 --- a/lib/MooseX/Storage/IO/File.pm +++ b/lib/MooseX/Storage/IO/File.pm @@ -3,9 +3,6 @@ use Moose::Role; use MooseX::Storage::Engine::IO::File; -our $VERSION = '0.35'; -our $AUTHORITY = 'cpan:STEVAN'; - requires 'thaw'; requires 'freeze';