X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F31.with_pid_file_and_poe.t;h=23ac3bb81c2b94e28c2e628701bc80c6f800584b;hb=10769ed347f340ee0e81d85933ae8f82ff0413da;hp=2fc888cc5647e2a90914e9b603d66ba4c54df0ab;hpb=23b6ee85e8bcc041c8df6d3dabf2cd15ce93e91c;p=gitmo%2FMooseX-Daemonize.git diff --git a/t/31.with_pid_file_and_poe.t b/t/31.with_pid_file_and_poe.t index 2fc888c..23ac3bb 100644 --- a/t/31.with_pid_file_and_poe.t +++ b/t/31.with_pid_file_and_poe.t @@ -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'); }