X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize.pm;fp=lib%2FMooseX%2FDaemonize.pm;h=4916ca01f20efa3bbf94f43113028b68ff26cb34;hb=62b880dad663f9cdd9912615b4529fde6e198f30;hp=8930813020cbe92b873625b818a999840409dfe5;hpb=2358b232111f00c6986d8fe39c2c4a1723ba3201;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index 8930813..4916ca0 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.14'; +our $VERSION = '0.15'; with 'MooseX::Daemonize::WithPidFile', 'MooseX::Getopt';