bump the version to 0.14
Michael Reddick [Wed, 30 May 2012 23:09:15 +0000 (18:09 -0500)]
Changes
lib/MooseX/Daemonize.pm

diff --git a/Changes b/Changes
index 6e5c4f2..ee51b0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for MooseX-Daemonize
 
+0.14 Wed. May 30, 2012
+    - recommend Daemon::Control instead
+    - fix bug with pidbase dir not being created
+      if it doesn't already exist
+
 0.13 Wed. July 6, 2011
     - adding docs related to closing all
       filehandles and the issues that can
index 5573d42..8930813 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 use MooseX::Types::Path::Class;
 use File::Path qw(make_path);
 
-our $VERSION   = '0.13';
+our $VERSION   = '0.14';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';