Author: [email protected]
Date: Thu Feb  5 15:21:27 2009
New Revision: 682

Modified:
    trunk/t/test30-fork.0.t

Log:
Fixup t/test30-fork.0.t for Windows

Modified: trunk/t/test30-fork.0.t
==============================================================================
--- trunk/t/test30-fork.0.t     (original)
+++ trunk/t/test30-fork.0.t     Thu Feb  5 15:21:27 2009
@@ -1,8 +1,9 @@
  use strict;
-use Test::More qw(no_plan);
+use Test::More;
  use lib qw(t/lib);
  use NYTProfTest;

  plan skip_all => "doesn't work with fork() emulation" if $^O eq "MSWin32";
+plan 'no_plan';

  run_test_group;

--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to