changing all versions to 0.15
Michael Reddick [Thu, 31 May 2012 14:25:11 +0000 (09:25 -0500)]
Changes
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

diff --git a/Changes b/Changes
index ee51b0f..8f5b3fd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-Daemonize
 
+0.15 Wed. May 31, 2012
+    - fix versions
+
 0.14 Wed. May 30, 2012
     - recommend Daemon::Control instead
     - fix bug with pidbase dir not being created
index 8930813..4916ca0 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 use MooseX::Types::Path::Class;
 use File::Path qw(make_path);
 
-our $VERSION   = '0.14';
+our $VERSION   = '0.15';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';
index 3d7aef4..c6305a3 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.13';
+our $VERSION   = '0.15';
 
 use POSIX ();
 
index 61d7fb3..7e11724 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.13';
+our $VERSION   = '0.15';
 
 coerce 'MooseX::Daemonize::Pid'
     => from 'Int'
@@ -118,4 +118,4 @@ FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGES.
 
-=cut
\ No newline at end of file
+=cut
index fb6b5f3..d79e977 100644 (file)
@@ -3,7 +3,7 @@ use strict;    # because Kwalitee is pedantic
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.13';
+our $VERSION   = '0.15';
 
 use MooseX::Types::Path::Class;
 use MooseX::Getopt::OptionTypeMap;
index 7aa35c9..d5c1952 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.13';
+our $VERSION   = '0.15';
 
 
 use MooseX::Daemonize::Pid::File;
index 62eab62..30abc9f 100644 (file)
@@ -1,7 +1,7 @@
 package Test::MooseX::Daemonize;
 use strict;
 
-our $VERSION   = '0.13';
+our $VERSION   = '0.15';
 our $AUTHORITY = 'cpan:PERIGRIN';
 
 # BEGIN CARGO CULTING