We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2c570 commit 6f00226Copy full SHA for 6f00226
t/Liblist_Kid.t
@@ -30,18 +30,12 @@ BEGIN {
30
# similar to dispatching in EU::LL::Kid
31
my $OS = $^O eq 'MSWin32' ? 'win32' : ($^O eq 'VMS' ? 'vms' : 'unix_os2');
32
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
-}
+use_ok( 'ExtUtils::Liblist::Kid' );
+move_to_os_test_data_dir();
+conf_reset();
+test_common();
+test_kid_unix_os2() if $OS eq 'unix_os2';
+test_kid_win32() if $OS eq 'win32';
45
46
# This allows us to get a clean playing field and ensure that the current
47
# system configuration does not affect the test results.
0 commit comments