adding docs, updating version, updating copyright, and release engineering
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Pid.pm
index bd76a7f..61d7fb3 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.12';
+our $VERSION   = '0.13';
 
 coerce 'MooseX::Daemonize::Pid'
     => from 'Int'
@@ -89,7 +89,7 @@ Stevan Little  C<< <stevan.little@iinteractive.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright (c) 2007-2010, Chris Prather C<< <perigrin@cpan.org> >>. All rights
+Copyright (c) 2007-2011, Chris Prather C<< <perigrin@cpan.org> >>. All rights
 reserved.
 
 This module is free software; you can redistribute it and/or