remove extra $VERSION declaration that does not belong
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Pid / File.pm
index d79e977..0f5177e 100644 (file)
@@ -1,10 +1,10 @@
+use strict;
+use warnings;
 package MooseX::Daemonize::Pid::File;
-use strict;    # because Kwalitee is pedantic
+
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.15';
-
 use MooseX::Types::Path::Class;
 use MooseX::Getopt::OptionTypeMap;