use strictures in all tests
[gitmo/MooseX-Daemonize.git] / t / 00.load.t
CommitLineData
5fd0553e 1use strict;
2use warnings;
3
a4952679 4use Test::More tests => 1;
5
6BEGIN {
7use_ok( 'MooseX::Daemonize' );
8}
9
10diag( "Testing MooseX::Daemonize $MooseX::Daemonize::VERSION" );