put strictures before package statement
[gitmo/MooseX-Daemonize.git] / lib / Test / MooseX / Daemonize.pm
index 8c98072..281fcd3 100644 (file)
@@ -1,5 +1,6 @@
-package Test::MooseX::Daemonize;
 use strict;
+use warnings;
+package Test::MooseX::Daemonize;
 
 our $AUTHORITY = 'cpan:PERIGRIN';