X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Daemonize.git;a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize.pm;h=4329d5d887cbb5373ee7f2d5f7aff6def607efa8;hp=ed7dc5c5a897fc295290f2583ba4ff50d64f052a;hb=2a0d9919e063bd97141265a54b9ae23863e89d47;hpb=2db85b1892d3c761c2cdaaa540f1f9117592b349 diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index ed7dc5c..4329d5d 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.05; +our $VERSION = 0.06; with 'MooseX::Daemonize::WithPidFile', 'MooseX::Getopt';