From: Stevan Little Date: Sun, 11 Jul 2010 15:41:12 +0000 (-0400) Subject: whoops X-Git-Tag: 0.15~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8625135b89a27c92ec6d9b9c84915d000b5b707f;p=gitmo%2FMooseX-Daemonize.git whoops --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/Changes b/Changes index e3817f7..a7a38b1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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() diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index d276d58..0e3ed5b 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -5,6 +5,7 @@ \.bak$ CVS \.svn +\.git \.DS_Store cover_db \..*\.sw.?$ diff --git a/README b/README index 48c5801..9007a21 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX-Daemonize version 0.10 +MooseX-Daemonize version 0.12 INSTALLATION diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index e13be00..2cfa4c3 100644 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -3,7 +3,7 @@ use strict; # because Kwalitee is pedantic use Moose::Role; use MooseX::Types::Path::Class; -our $VERSION = '0.11'; +our $VERSION = '0.12'; with 'MooseX::Daemonize::WithPidFile', 'MooseX::Getopt'; diff --git a/lib/MooseX/Daemonize/Core.pm b/lib/MooseX/Daemonize/Core.pm index 7c4cbdb..5b51430 100644 --- a/lib/MooseX/Daemonize/Core.pm +++ b/lib/MooseX/Daemonize/Core.pm @@ -3,7 +3,7 @@ use strict; # cause Perl::Critic errors are annoying use MooseX::Getopt; # to load the NoGetopt metaclass use Moose::Role; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use POSIX (); diff --git a/lib/MooseX/Daemonize/Pid.pm b/lib/MooseX/Daemonize/Pid.pm index dbf8cf7..bd76a7f 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.11'; +our $VERSION = '0.12'; coerce 'MooseX::Daemonize::Pid' => from 'Int' diff --git a/lib/MooseX/Daemonize/Pid/File.pm b/lib/MooseX/Daemonize/Pid/File.pm index e214c92..bcade60 100644 --- a/lib/MooseX/Daemonize/Pid/File.pm +++ b/lib/MooseX/Daemonize/Pid/File.pm @@ -3,7 +3,7 @@ use strict; # because Kwalitee is pedantic use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use MooseX::Types::Path::Class; use MooseX::Getopt::OptionTypeMap; diff --git a/lib/MooseX/Daemonize/WithPidFile.pm b/lib/MooseX/Daemonize/WithPidFile.pm index b6b71a5..3802db6 100644 --- a/lib/MooseX/Daemonize/WithPidFile.pm +++ b/lib/MooseX/Daemonize/WithPidFile.pm @@ -2,7 +2,7 @@ package MooseX::Daemonize::WithPidFile; 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; diff --git a/lib/Test/MooseX/Daemonize.pm b/lib/Test/MooseX/Daemonize.pm index 4dd29ff..efee8e5 100644 --- a/lib/Test/MooseX/Daemonize.pm +++ b/lib/Test/MooseX/Daemonize.pm @@ -1,7 +1,7 @@ package Test::MooseX::Daemonize; use strict; -our $VERSION = '0.11'; +our $VERSION = '0.12'; our $AUTHORITY = 'cpan:PERIGRIN'; # BEGIN CARGO CULTING