X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize.pm;h=3f39763f169297de93678ad9f8e9ddb1a4bf7eca;hb=df3c463b810bb63cbf295a8e822dc887844b9a0b;hp=8e87a0d06cb062a109806305a8f42c357e28ccfb;hpb=9c8a33b39421240653ebd0ef14a5b6bf00d4176f;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index 8e87a0d..3f39763 100644 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -3,13 +3,13 @@ use strict; # because Kwalitee is pedantic use Moose::Role; use MooseX::Types::Path::Class; -our $VERSION = 0.06; +our $VERSION = 0.07; with 'MooseX::Daemonize::WithPidFile', 'MooseX::Getopt'; -use constant OK => 0; -use constant ERROR => 1; +sub OK () { 0 } +sub ERROR () { 1 } has progname => ( metaclass => 'Getopt', @@ -537,7 +537,7 @@ Some bug fixes sponsored by Takkle Inc. =head1 LICENCE AND COPYRIGHT -Copyright (c) 2007, Chris Prather C<< >>. All rights +Copyright (c) 2007-2008, Chris Prather C<< >>. All rights reserved. This module is free software; you can redistribute it and/or