remove extraneous declarations that confuse dzil and add no value
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Basic.pm
index 519e9ca..c44573d 100644 (file)
@@ -70,8 +70,6 @@ MooseX::Storage::Basic - The simplest level of serialization
   use Moose;
   use MooseX::Storage;
 
-  our $VERSION = '0.01';
-
   with Storage;
 
   has 'x' => (is => 'rw', isa => 'Int');