X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize.pm;h=d0c60c612de0035c165ba8186fb8ff9b83cf6c22;hb=105dcffad5ce6cde49886d0f88209f2d54a8a86d;hp=7a8c3c662c3a9a0584429f6cad49e4b3ddf98ce0;hpb=e803cff500bb7c9926ef94e9ef5a973d8fd103b6;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index 7a8c3c6..d0c60c6 100644 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -4,7 +4,7 @@ use Moose::Role; use MooseX::Types::Path::Class; use File::Path qw(make_path); -our $VERSION = '0.13'; +our $VERSION = '0.15'; with 'MooseX::Daemonize::WithPidFile', 'MooseX::Getopt'; @@ -314,7 +314,11 @@ MooseX::Daemonize - Role for daemonizing your Moose based application =head1 VERSION -This document describes MooseX::Daemonize version 0.05 +This document describes MooseX::Daemonize version 0.15 + +=head1 WARNING + +The maintainers of this module now recommend using L instead. =head1 SYNOPSIS @@ -569,7 +573,7 @@ L. =head1 SEE ALSO -L, L +L, L, L =head1 AUTHORS