The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
eval `$JPL_SRC/setvars -perl`;
$java = $ENV{JAVA_HOME};
$jpl = $ENV{JPL_HOME};

# Where are the Java includes?
#
@INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");

# Are we embedding Perl in Java?
#
$EMBEDDEDPERL = 1;

1;