X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize.pm;h=d0c60c612de0035c165ba8186fb8ff9b83cf6c22;hb=105dcffad5ce6cde49886d0f88209f2d54a8a86d;hp=4d21a262c7f8417ad1fa2aae8292b5001b314313;hpb=92b4ca7e92855805646082226e3632d94f178861;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index 4d21a26..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