convert to Dist::Zilla, with a minimal config
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Core.pm
index d8512f1..522d047 100644 (file)
@@ -3,8 +3,6 @@ use strict;         # cause Perl::Critic errors are annoying
 use MooseX::Getopt; # to load the NoGetopt metaclass
 use Moose::Role;
 
-our $VERSION   = '0.16';
-
 use POSIX ();
 
 has is_daemon => (