Author: bernhard Date: Tue Nov 11 05:43:37 2008 New Revision: 32533 Modified: trunk/t/op/sysinfo.t
Log: [codingstd] Get rid of a probably unnecessary 'import'. Modified: trunk/t/op/sysinfo.t ============================================================================== --- trunk/t/op/sysinfo.t (original) +++ trunk/t/op/sysinfo.t Tue Nov 11 05:43:37 2008 @@ -8,11 +8,12 @@ use warnings; use lib qw( . lib ../lib ../../lib ); -use Test::More import => [ '$TODO' ]; +use Test::More; +use Config; + use Parrot::Test tests => 9; use Parrot::Config; -use Config; =head1 NAME
