Author: tim.bunce
Date: Thu Feb 5 08:18:25 2009
New Revision: 681
Modified:
trunk/t/test16.t
Log:
Fixup t/test16.t for perl < 5.10
Modified: trunk/t/test16.t
==============================================================================
--- trunk/t/test16.t (original)
+++ trunk/t/test16.t Thu Feb 5 08:18:25 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 => "needs perl >= 5.10" unless $] >= 5.010;
+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]
-~----------~----~----~----~------~----~------~--~---