X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Daemonize.git;a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize%2FPid.pm;h=9474e2dd3083e3a56e236fb3d2752fbef89fcf82;hp=7e11724d94e21dbbceb39621ebcdd0e99689abf2;hb=61d0473c7a2d30f0862ec6d2c63f686c4d761990;hpb=f4d6841847eb4d6292a5f09d9b0572103b2ac0d2 diff --git a/lib/MooseX/Daemonize/Pid.pm b/lib/MooseX/Daemonize/Pid.pm index 7e11724..9474e2d 100644 --- a/lib/MooseX/Daemonize/Pid.pm +++ b/lib/MooseX/Daemonize/Pid.pm @@ -2,7 +2,7 @@ package MooseX::Daemonize::Pid; use strict; # because Kwalitee is pedantic use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.15'; +our $VERSION = '0.16'; coerce 'MooseX::Daemonize::Pid' => from 'Int'