X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize.pm;h=2755c5380ebfc2d8bb04a1911c8da99b447d225e;hb=91e059f21638b703dd48a700b4d9207a5622dfd2;hp=3f39763f169297de93678ad9f8e9ddb1a4bf7eca;hpb=343eb543bb4b21576a725d55e4d94192a4e4b52b;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index 3f39763..2755c53 100644 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -3,7 +3,7 @@ use strict; # because Kwalitee is pedantic use Moose::Role; use MooseX::Types::Path::Class; -our $VERSION = 0.07; +our $VERSION = 0.08; with 'MooseX::Daemonize::WithPidFile', 'MooseX::Getopt';