Skip to content

Commit 6f00226

Browse files
mohawk2bingos
authored andcommitted
zap pointless func
1 parent cd2c570 commit 6f00226

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

t/Liblist_Kid.t

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,12 @@ BEGIN {
3030
# similar to dispatching in EU::LL::Kid
3131
my $OS = $^O eq 'MSWin32' ? 'win32' : ($^O eq 'VMS' ? 'vms' : 'unix_os2');
3232

33-
run();
34-
35-
exit;
36-
37-
sub run {
38-
use_ok( 'ExtUtils::Liblist::Kid' );
39-
move_to_os_test_data_dir();
40-
conf_reset();
41-
test_common();
42-
test_kid_unix_os2() if $OS eq 'unix_os2';
43-
test_kid_win32() if $OS eq 'win32';
44-
}
33+
use_ok( 'ExtUtils::Liblist::Kid' );
34+
move_to_os_test_data_dir();
35+
conf_reset();
36+
test_common();
37+
test_kid_unix_os2() if $OS eq 'unix_os2';
38+
test_kid_win32() if $OS eq 'win32';
4539

4640
# This allows us to get a clean playing field and ensure that the current
4741
# system configuration does not affect the test results.

0 commit comments

Comments
 (0)