Alien-Jerl
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# if java is not available to the commandline, there will be problems, let them know
my $javaIsMissingMessage = 'Java is mising ... Alien::Jerl requires Java to be available to the commandline';
# Pattern for non *nix errors that will find its way to standard out
my $nonNixError = 'error';
# check for Java
print "[Alien::Jerl] ... do you have java available to the commandline ? ...\n";
my $commandlineJava = `java -version 2>&1` || '';
if (!$commandlineJava) {
$commandlineJava = `java -version`;
}
if (!$commandlineJava ||
( run in 1.139 second using v1.01-cache-2.11-cpan-64ef6c95b5d )