From: Karen Etheridge Date: Mon, 3 Feb 2014 04:03:07 +0000 (-0800) Subject: remove extra $VERSION declaration that does not belong X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e446b464f9ee6a06c8a4bef8a393cfb96a5db4fe;p=gitmo%2FMooseX-Daemonize.git remove extra $VERSION declaration that does not belong --- diff --git a/lib/MooseX/Daemonize/Pid/File.pm b/lib/MooseX/Daemonize/Pid/File.pm index fec7b6d..0f5177e 100644 --- a/lib/MooseX/Daemonize/Pid/File.pm +++ b/lib/MooseX/Daemonize/Pid/File.pm @@ -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;