fix version in pod
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize.pm
index 244d9b4..4cb6cb3 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 use MooseX::Types::Path::Class;
 use File::Path qw(make_path);
 
-our $VERSION   = '0.15';
+our $VERSION   = '0.16';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';
@@ -317,10 +317,6 @@ __END__
 
 MooseX::Daemonize - Role for daemonizing your Moose based application
 
-=head1 VERSION
-
-This document describes MooseX::Daemonize version 0.15
-
 =head1 WARNING
 
 The maintainers of this module now recommend using L<Daemon::Control> instead.