withpidfile should write its pidfile :)
[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 $@;