update META and fix syntax error
This commit is contained in:
@@ -46,6 +46,7 @@ requires:
|
|||||||
Net::DNS: 0.72
|
Net::DNS: 0.72
|
||||||
Net::Domain: 1.23
|
Net::Domain: 1.23
|
||||||
Net::MAC: 2.103622
|
Net::MAC: 2.103622
|
||||||
|
Net::NBName: 0.26
|
||||||
NetAddr::IP: 4.068
|
NetAddr::IP: 4.068
|
||||||
Path::Class: 0.32
|
Path::Class: 0.32
|
||||||
Plack: 1.0023
|
Plack: 1.0023
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ setting('plugins')->{DBIC}->{daemon} = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# force skipped DNS resolution, if unset
|
# force skipped DNS resolution, if unset
|
||||||
setting('dns')->{no} ||= ['fe80::/64','169.254.0.0/16']
|
setting('dns')->{no} ||= ['fe80::/64','169.254.0.0/16'];
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user