mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 12:50:23 +01:00
11 lines
185 B
Perl
11 lines
185 B
Perl
use strict;
|
|
use warnings;
|
|
require 'bind8-lib.pl'; ## no critic
|
|
|
|
sub cpan_recommended
|
|
{
|
|
return ("Net::DNS::SEC::Tools::dnssectools",
|
|
"Net::DNS::RR::DS",
|
|
"Net::DNS");
|
|
}
|