convert to Dist::Zilla, with a minimal config
[gitmo/MooseX-Daemonize.git] / t / 30.with_pid_file.t
index 8536c81..fb9629b 100644 (file)
@@ -1,11 +1,9 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use File::Spec::Functions;
 
-use Test::More 'no_plan';
+use Test::More;
 use Test::Fatal;
 use Test::Moose;
 use File::Temp qw(tempdir);
@@ -110,3 +108,6 @@ ok(!(-e $PIDFILE), '... the PID file has been removed');
 
 unlink $ENV{MX_DAEMON_STDOUT};
 unlink $ENV{MX_DAEMON_STDERR};
+
+done_testing;
+