Author: jkeenan
Date: Sun Sep 23 18:05:42 2007
New Revision: 21500

Modified:
   branches/reconfigure/t/configure/028-option_or_data.t

Log:
In the hope that it keeps Devel::Cover happy, am converting the use_ok tests on 
the two config imports to normal use statements.

Modified: branches/reconfigure/t/configure/028-option_or_data.t
==============================================================================
--- branches/reconfigure/t/configure/028-option_or_data.t       (original)
+++ branches/reconfigure/t/configure/028-option_or_data.t       Sun Sep 23 
18:05:42 2007
@@ -6,11 +6,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More tests => 13;
 use Carp;
 use lib qw( lib );
-use_ok('config::init::defaults');
-use_ok('config::init::install');
+use config::init::defaults;
+use config::init::install;
 use Parrot::Configure;
 use Parrot::Configure::Options qw( process_options );
 use Parrot::Configure::Test qw( test_step_thru_runstep);

Reply via email to