normalize dates in changelog
[gitmo/MooseX-Daemonize.git] / t / 02.stdout.t
index d7ed212..42afda6 100644 (file)
@@ -1,4 +1,7 @@
-use Test::More no_plan => 1;
+use strict;
+use warnings;
+
+use Test::More;
 use Test::Builder;
 use Test::MooseX::Daemonize;
 use MooseX::Daemonize;
@@ -56,4 +59,7 @@ is($warnings, "", "No warnings from stop");
 
 check_test_output($app);
 unlink( $app->test_output );
+
+done_testing;
+
 exit;