Searched refs:PERL (Results 1 - 25 of 95) sorted by relevance

1234

/bind-9.11.3/bin/tests/system/upforwd/
H A Dprereq.sh9 if $PERL -e 'use Net::DNS;' 2>/dev/null
/bind-9.11.3/bin/tests/virtual-time/
H A Dstop.sh12 $PERL ./stop.pl "$@"
H A Dstart.sh12 $PERL start.pl "$@"
H A Drun.sh31 if [ x$PERL = x ]
39 $PERL testsock.pl || {
66 $PERL start.pl $test || exit 1
81 $PERL stop.pl $test
H A Drunall.sh18 $PERL testsock.pl || {
H A Dconf.sh.in40 # PERL will be an empty string if no perl interpreter was found.
41 PERL=@PERL@
43 export NAMED LWRESD DIG NSUPDATE KEYGEN SIGNER KEYSIGNER KEYSETTOOL PERL \
/bind-9.11.3/bin/tests/system/ixfr/
H A Dprereq.sh9 if $PERL -e 'use Net::DNS;' 2>/dev/null
/bind-9.11.3/bin/tests/system/
H A Dstop.sh12 $PERL ./stop.pl "$@"
H A Dstart.sh12 $PERL start.pl "$@"
/bind-9.11.3/bin/tests/system/stress/
H A Dsetup.sh15 $PERL setup.pl
H A Dprereq.sh12 if $PERL -e 'use Net::DNS;' 2>/dev/null
H A Dtests.sh24 $PERL update.pl -s 10.53.0.2 -p 5300 zone00000$i.example. &
/bind-9.11.3/bin/tests/system/xfer/
H A Dprereq.sh9 if $PERL -e 'use Net::DNS;' 2>/dev/null
11 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.69 && $Net::DNS::VERSION <= 0.74);' 2>/dev/null
/bind-9.11.3/bin/tests/system/statistics/
H A Dprereq.sh9 if $PERL -e 'use Net::DNS;' 2>/dev/null
11 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.76 && $Net::DNS::VERSION <= 0.77);' 2>/dev/null
/bind-9.11.3/bin/tests/system/reclimit/
H A Dprereq.sh12 if $PERL -e 'use Net::DNS;' 2>/dev/null
14 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION <= 0.78);' 2>/dev/null
26 if $PERL -e 'use Net::DNS::Nameserver;' 2>/dev/null
/bind-9.11.3/bin/tests/system/statschannel/
H A Dprereq.sh11 if $PERL -e 'use File::Fetch;' 2>/dev/null
/bind-9.11.3/bin/tests/system/dnssec/
H A Dprereq.sh12 if $PERL -e 'use Net::DNS;' 2>/dev/null
14 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.69 && $Net::DNS::VERSION <= 0.70);' 2>/dev/null
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dprereq.sh12 if $PERL -e 'use Net::DNS;' 2>/dev/null
14 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.69 && $Net::DNS::VERSION <= 0.70);' 2>/dev/null
/bind-9.11.3/bin/tests/system/resolver/
H A Dprereq.sh12 if $PERL -e 'use Net::DNS;' 2>/dev/null
14 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION eq "0.76" || $Net::DNS::VERSION eq "0.77");' 2>/dev/null
/bind-9.11.3/bin/tests/system/chain/
H A Dprereq.sh28 if $PERL -e 'use Net::DNS;' 2>/dev/null
30 if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.69 && $Net::DNS::VERSION <= 0.74);' 2>/dev/null
41 if $PERL -e 'use Net::DNS::Nameserver;' 2>/dev/null
/bind-9.11.3/bin/tests/system/xferquota/
H A Dsetup.sh15 $PERL setup.pl
/bind-9.11.3/bin/tests/system/glue/
H A Dtests.sh22 $PERL ../digcomp.pl --lc fi.good dig.out || status=1
26 $PERL ../digcomp.pl xx.good dig.out || status=1
30 $PERL ../digcomp.pl yy.good dig.out || status=1
34 $PERL ../digcomp.pl noglue.good dig.out || status=1
/bind-9.11.3/bin/tests/system/formerr/
H A Dtests.sh15 $PERL formerr.pl -a 10.53.0.1 -p 5300 nametoolong > nametoolong.out
23 $PERL formerr.pl -a 10.53.0.1 -p 5300 twoquestions > twoquestions.out
32 $PERL formerr.pl -a 10.53.0.1 -p 5300 noquestions > noquestions.out
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DMakefile3 PERL = /usr/local/bin/perl -w macro
27 $(PERL) $(NORM_GENERATOR) -prefix v301_ -dir $(V301_NORM_DIR) \
32 $(PERL) $(NORM_GENERATOR) -prefix v310_ -dir $(V310_NORM_DIR) \
37 $(PERL) $(NORM_GENERATOR) -prefix v320_ -dir $(V320_NORM_DIR) \
42 $(PERL) $(NAMEPREP_GENERATOR) -dir $(NAMEPREP_DIR) \
/bind-9.11.3/bin/tests/system/limits/
H A Dtests.sh19 $PERL ../digcomp.pl knowngood.dig.out.1000 dig.out.1000 || status=1
24 $PERL ../digcomp.pl knowngood.dig.out.2000 dig.out.2000 || status=1
29 $PERL ../digcomp.pl knowngood.dig.out.3000 dig.out.3000 || status=1
34 $PERL ../digcomp.pl knowngood.dig.out.4000 dig.out.4000 || status=1
40 $PERL ../digcomp.pl knowngood.dig.out.a-maximum-rrset dig.out.a-maximum-rrset || status=1

Completed in 4183 milliseconds

1234