X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize%2FPid%2FFile.pm;h=fec7b6db2b13459d24bda1e46d63a84c25d3a81c;hb=5231273c6ddb272733286beb5e3d5faf94cfd437;hp=03311a3e77237dbc385451859d9fd37954bfec39;hpb=1d85c76d2da46df3e779e574396f7eba5bf53fdb;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize/Pid/File.pm b/lib/MooseX/Daemonize/Pid/File.pm index 03311a3..fec7b6d 100644 --- a/lib/MooseX/Daemonize/Pid/File.pm +++ b/lib/MooseX/Daemonize/Pid/File.pm @@ -1,9 +1,11 @@ +use strict; +use warnings; package MooseX::Daemonize::Pid::File; -use strict; # because Kwalitee is pedantic + use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.10'; +our $VERSION = '0.15'; use MooseX::Types::Path::Class; use MooseX::Getopt::OptionTypeMap; @@ -152,7 +154,7 @@ Stevan Little C<< >> =head1 LICENCE AND COPYRIGHT -Copyright (c) 2007-2010, Chris Prather C<< >>. All rights +Copyright (c) 2007-2011, Chris Prather C<< >>. All rights reserved. This module is free software; you can redistribute it and/or