s/no_plan => 1/'no_plan'/g
[gitmo/MooseX-Daemonize.git] / t / 31.with_pid_file_and_poe.t
index 2fc888c..23ac3bb 100644 (file)
@@ -16,7 +16,7 @@ my $dir = tempdir( CLEANUP => 1 );
 BEGIN {
     eval 'use POE::Kernel;';
     plan skip_all => "POE required for this test" if $@;
-    plan no_plan => 1;
+    plan 'no_plan';
     use_ok('MooseX::Daemonize::Core');
     
 }