summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd J <mohawk2@users.noreply.github.com>2022-02-12 23:24:23 +0000
committerEd J <mohawk2@users.noreply.github.com>2022-02-12 23:24:34 +0000
commit20d5ee80e30f956f447afb54aedb446635ab0314 (patch)
treefa740969f2e3205997a9428ccea6b9542580ee8f
parentabd6e9d5512ad4d71fb8af2bdf6991d5fd6de1bb (diff)
fix the test fixed in #11
-rw-r--r--t/16_subclass.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/16_subclass.t b/t/16_subclass.t
index f39f2c0..959d69a 100644
--- a/t/16_subclass.t
+++ b/t/16_subclass.t
@@ -6,6 +6,8 @@ use warnings;
package Hi3;
use strict;
use warnings;
+use Config;
+use File::Spec;
BEGIN {
$ENV{CLASSPATH} = join $Config{path_sep}, grep defined, $ENV{CLASSPATH}, File::Spec->catfile(qw(t t16subclass.jar));