Mail-SpamCannibal
view release on metacpan or search on metacpan
BDBaccess/Makefile.PL view on Meta::CPAN
use IPTables::IPv4::DBTarpit::Inst qw(:all);
use IPTables::IPv4::DBTarpit::SiteConfig;
my $conf = 'config.db';
my $home = abs_path('./');
my $localconf = $home .'/'. $conf;
# what to do with dialog if called from MAKE or parent Makefile
my $configtxt;
if ((caller)[0]) { # exists, the called by another routine
my $master = abs_path('../').'/'.$conf;
hard_fail("failed to access $_")
if ($_ = cpfromto($master,$localconf));
$CONFIG = do $localconf;
$configtxt = make_text($CONFIG);
}
# If rebuilding the make file, skip the dialog
elsif (join(' ',@INC) =~ /$home/) { # checkfor rebuild flag
$CONFIG = do $localconf;
DNSBLserver/Makefile.PL view on Meta::CPAN
use IPTables::IPv4::DBTarpit::Inst qw(:all);
my $conf = 'config.db';
my $home = abs_path('./');
my $pwd = getcwd();
my $localconf = $home .'/'. $conf;
# what to do with dialog if called from MAKE or parent Makefile
my $configtxt;
if ((caller)[0]) { # exists, the called by another routine
my $master = abs_path('../').'/'.$conf;
hard_fail("failed to access $_")
if ($_ = cpfromto($master,$localconf));
$CONFIG = do $localconf;
$configtxt = make_text($CONFIG);
}
# If rebuilding the make file, skip the dialog
elsif (join(' ',@INC) =~ /$home/) { # checkfor rebuild flag
$CONFIG = do $localconf;
Makefile.PL view on Meta::CPAN
}
require IPTables::IPv4::DBTarpit::Inst;
import IPTables::IPv4::DBTarpit::Inst qw(:all);
my $conf = 'config.db';
my $home = abs_path('./');
my $localconf = $home .'/'. $conf;
my $configtxt;
if ((caller)[1]) {
hard_fail("Do not MAKE ". __PACKAGE__ ." as a sibling process
it contains directory sensitive components.");
}
my $pv = sprintf "%vd", $^V;
unless ($pv lt '5.8.0' || $pv gt '5.8.5') {
print
"
################################################################
######################### WARNING ##############################
( run in 0.850 second using v1.01-cache-2.11-cpan-1e74a51a04c )