Mail-SpamAssassin
view release on metacpan or search on metacpan
spamc/configure.pl view on Meta::CPAN
}
# Create version.h platform independently.
print join(' ', $Config{'perlpath'}, "version.h.pl") . "\n";
{
# Do the same thing as for the preprocessor below.
package version_h;
my $Z = $0;
local $0 = "./version.h.pl";
local @ARGV = ();
# Got to check for defined because the script returns shell error level!
unless (defined do $0) {
$0 = $Z;
die $@ ? $@ : "Can't exec `version.h.pl': $!";
}
}
# On everything but native Windows (!= cygwin) we use autoconf.
unless (RUNNING_ON_NATIVE_WINDOWS)
( run in 0.655 second using v1.01-cache-2.11-cpan-49f99fa48dc )