repository moved to https://github.com/moose/MooseX-Daemonize
[gitmo/MooseX-Daemonize.git] / t / 00.load.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5
6 BEGIN {
7 use_ok( 'MooseX::Daemonize' );
8 }
9
10 diag( "Testing MooseX::Daemonize $MooseX::Daemonize::VERSION" );