Revision history for MooseX-Daemonize
+0.12 Sun. July 11, 2010
+ - release without the .git directory in it
+
0.11 Sat. July 10, 2010
* MooseX::Daemonize::Core
- make the options to daemonize()
\.bak$
CVS
\.svn
+\.git
\.DS_Store
cover_db
\..*\.sw.?$
-MooseX-Daemonize version 0.10
+MooseX-Daemonize version 0.12
INSTALLATION
use Moose::Role;
use MooseX::Types::Path::Class;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
with 'MooseX::Daemonize::WithPidFile',
'MooseX::Getopt';
use MooseX::Getopt; # to load the NoGetopt metaclass
use Moose::Role;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
use POSIX ();
use strict; # because Kwalitee is pedantic
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
coerce 'MooseX::Daemonize::Pid'
=> from 'Int'
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
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.11';
+our $VERSION = '0.12';
use MooseX::Daemonize::Pid::File;
package Test::MooseX::Daemonize;
use strict;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
our $AUTHORITY = 'cpan:PERIGRIN';
# BEGIN CARGO CULTING