Revision history for MooseX-Daemonize
+0.16 2013-04-14
- fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
- add missing dependency on the version of File::Path which added
make_path (RT#79169, Jonathan Sailor)
use MooseX::Types::Path::Class;
use File::Path qw(make_path);
-our $VERSION = '0.15';
+our $VERSION = '0.16';
with 'MooseX::Daemonize::WithPidFile',
'MooseX::Getopt';
use MooseX::Getopt; # to load the NoGetopt metaclass
use Moose::Role;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
use POSIX ();
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'
use strict; # cause Perl::Critic errors are annoying
use MooseX::Getopt; # to load the Getopt metaclass
use Moose::Role;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
use MooseX::Daemonize::Pid::File;
package Test::MooseX::Daemonize;
use strict;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
our $AUTHORITY = 'cpan:PERIGRIN';
# BEGIN CARGO CULTING