put strictures before package statement
[gitmo/MooseX-Daemonize.git] / lib / Test / MooseX / Daemonize.pm
index 9348996..281fcd3 100644 (file)
@@ -1,7 +1,7 @@
-package Test::MooseX::Daemonize;
 use strict;
+use warnings;
+package Test::MooseX::Daemonize;
 
-our $VERSION   = '0.15';
 our $AUTHORITY = 'cpan:PERIGRIN';
 
 # BEGIN CARGO CULTING
@@ -100,10 +100,6 @@ __END__
 
 Test::MooseX::Daemonize - Tool to help test MooseX::Daemonize applications
 
-=head1 VERSION
-
-This document describes MooseX::Daemonize version 0.0.1
-
 =head1 SYNOPSIS
 
     use File::Spec::Functions;