Skip to content

Commit

Permalink
zap pointless other package
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 authored and bingos committed Jul 19, 2018
1 parent 3ae8f20 commit cd2c570
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions t/Liblist_Kid.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/perl

use strict;
use warnings;
use Test::More 'no_plan';
use ExtUtils::MakeMaker::Config;
use File::Spec;
use Cwd;
use File::Temp qw[tempdir];

use lib 't/lib';

Expand All @@ -24,14 +27,6 @@ BEGIN {
}
}

package liblist_kid_test;

use Test::More 'no_plan';
use ExtUtils::MakeMaker::Config;
use File::Spec;
use Cwd;
use File::Temp qw[tempdir];

# similar to dispatching in EU::LL::Kid
my $OS = $^O eq 'MSWin32' ? 'win32' : ($^O eq 'VMS' ? 'vms' : 'unix_os2');

Expand Down

0 comments on commit cd2c570

Please sign in to comment.