prep for release 0.16 v0.16
Karen Etheridge [Mon, 15 Apr 2013 00:54:58 +0000 (17:54 -0700)]
Changes
lib/MooseX/Daemonize.pm
lib/MooseX/Daemonize/Core.pm
lib/MooseX/Daemonize/Pid.pm
lib/MooseX/Daemonize/WithPidFile.pm
lib/Test/MooseX/Daemonize.pm

diff --git a/Changes b/Changes
index db67262..1695d26 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 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)
index 244d9b4..8dcfaeb 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 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';
index c6305a3..d8512f1 100644 (file)
@@ -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.15';
+our $VERSION   = '0.16';
 
 use POSIX ();
 
index 7e11724..9474e2d 100644 (file)
@@ -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'
index d5c1952..23a839c 100644 (file)
@@ -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.15';
+our $VERSION   = '0.16';
 
 
 use MooseX::Daemonize::Pid::File;
index 9348996..1c98f8f 100644 (file)
@@ -1,7 +1,7 @@
 package Test::MooseX::Daemonize;
 use strict;
 
-our $VERSION   = '0.15';
+our $VERSION   = '0.16';
 our $AUTHORITY = 'cpan:PERIGRIN';
 
 # BEGIN CARGO CULTING