removed signal handling, cause it was not very useful, and then made WithPidFile...
[gitmo/MooseX-Daemonize.git] / t / kwalitee.t
CommitLineData
a4952679 1use Test::More;
2
3eval { require Test::Kwalitee; Test::Kwalitee->import() };
4
5plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;