Revision history for MooseX-Daemonize
+0.09 2009-10-05
+ * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
+ * Synchronize Version numbers
0.08 Sunday, Sept. 7, 2008
* t/
+++ /dev/null
-Changes
-inc/Module/AutoInstall.pm
-inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/MooseX/Daemonize.pm
-lib/MooseX/Daemonize/Core.pm
-lib/MooseX/Daemonize/Pid.pm
-lib/MooseX/Daemonize/Pid/File.pm
-lib/MooseX/Daemonize/WithPidFile.pm
-lib/Test/MooseX/Daemonize.pm
-Makefile.PL
-MANIFEST
-MANIFEST.SKIP
-META.yml
-README
-t/00.load.t
-t/01.filecreate.t
-t/02.stdout.t
-t/10.pidfile.t
-t/20.core.t
-t/30.with_pid_file.t
-t/31.with_pid_file_and_poe.t
-t/pod-coverage.t
-t/pod.t
no_index 'directory' => 'examples';
-auto_install;
+auto_manifest;
+auto_repository;
WriteAll;
use Moose::Role;
use MooseX::Types::Path::Class;
-our $VERSION = 0.08;
+our $VERSION = "0.09";
with 'MooseX::Daemonize::WithPidFile',
'MooseX::Getopt';
=head1 AUTHORS
-Chris Prather C<< <perigrin@cpan.org> >>
+Chris Prather C<< <chris@prather.org >>
Stevan Little C<< <stevan.little@iinteractive.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright (c) 2007-2008, Chris Prather C<< <perigrin@cpan.org> >>. All rights
+Copyright (c) 2007-2009, Chris Prather C<< <chris@prather.org> >>. Some rights
reserved.
This module is free software; you can redistribute it and/or
use MooseX::Getopt; # to load the NoGetopt metaclass
use Moose::Role;
-our $VERSION = 0.01;
+our $VERSION = '0.09';
use POSIX ();
use strict; # because Kwalitee is pedantic
use Moose;
use Moose::Util::TypeConstraints;
+our $VERSION = '0.09';
coerce 'MooseX::Daemonize::Pid'
=> from 'Int'
=> via { MooseX::Daemonize::Pid->new( pid => $_ ) };
-our $VERSION = '0.01';
has 'pid' => (
is => 'rw',
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.01';
+our $VERSION = '0.09';
use MooseX::Types::Path::Class;
use MooseX::Getopt::OptionTypeMap;
use strict; # cause Perl::Critic errors are annoying
use MooseX::Getopt; # to load the Getopt metaclass
use Moose::Role;
+our $VERSION = '0.09';
-use MooseX::Daemonize::Pid::File;
-our $VERSION = 0.01;
+use MooseX::Daemonize::Pid::File;
with 'MooseX::Daemonize::Core';
package Test::MooseX::Daemonize;
use strict;
+our $VERSION = '0.09';
+our $AUTHORITY = 'cpan:PERIGRIN';
+
# BEGIN CARGO CULTING
use Sub::Exporter;
use Test::Builder;
-our $VERSION = '0.03';
-our $AUTHORITY = 'cpan:PERIGRIN';
{
my @exports = qw[