remove extra $VERSION declaration that does not belong
Karen Etheridge [Mon, 3 Feb 2014 04:03:07 +0000 (20:03 -0800)]
lib/MooseX/Daemonize/Pid/File.pm

index fec7b6d..0f5177e 100644 (file)
@@ -5,8 +5,6 @@ package MooseX::Daemonize::Pid::File;
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.15';
-
 use MooseX::Types::Path::Class;
 use MooseX::Getopt::OptionTypeMap;