adding docs, updating version, updating copyright, and release engineering
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Core.pm
index 5b51430..3d7aef4 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.12';
+our $VERSION   = '0.13';
 
 use POSIX ();
 
@@ -375,7 +375,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.
 
 Portions heavily borrowed from L<Proc::Daemon> which is copyright Earl Hood.