put strictures before package statement
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Pid.pm
index dbf8cf7..1a92ff8 100644 (file)
@@ -1,8 +1,9 @@
+use strict;
+use warnings;
 package MooseX::Daemonize::Pid;
-use strict;    # because Kwalitee is pedantic
+
 use Moose;
 use Moose::Util::TypeConstraints;
-our $VERSION   = '0.11';
 
 coerce 'MooseX::Daemonize::Pid'
     => from 'Int'
@@ -89,7 +90,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
@@ -118,4 +119,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