Skip to content

Commit cd2c570

Browse files
mohawk2bingos
authored andcommitted
zap pointless other package
1 parent 3ae8f20 commit cd2c570

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

t/Liblist_Kid.t

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
#!/usr/bin/perl
2-
31
use strict;
42
use warnings;
3+
use Test::More 'no_plan';
4+
use ExtUtils::MakeMaker::Config;
5+
use File::Spec;
6+
use Cwd;
7+
use File::Temp qw[tempdir];
58

69
use lib 't/lib';
710

@@ -24,14 +27,6 @@ BEGIN {
2427
}
2528
}
2629

27-
package liblist_kid_test;
28-
29-
use Test::More 'no_plan';
30-
use ExtUtils::MakeMaker::Config;
31-
use File::Spec;
32-
use Cwd;
33-
use File::Temp qw[tempdir];
34-
3530
# similar to dispatching in EU::LL::Kid
3631
my $OS = $^O eq 'MSWin32' ? 'win32' : ($^O eq 'VMS' ? 'vms' : 'unix_os2');
3732

0 commit comments

Comments
 (0)