--- AnyEvent/lib/AnyEvent.pm 2009/07/03 21:44:14 1.224 +++ AnyEvent/lib/AnyEvent.pm 2009/07/06 23:32:49 1.226 @@ -970,7 +970,7 @@ use Carp; -our $VERSION = 4.452; +our $VERSION = 4.8; our $MODEL; our $AUTOLOAD; @@ -1473,6 +1473,18 @@ The maximum number of child processes that C will create in parallel. +=item C + +The default value for the C parameter for the default DNS +resolver - this is the maximum number of parallel DNS requests that are +sent to the DNS server. + +=item C + +The file to use instead of F (or OS-specific +configuration) in the default resolver. When set to the empty string, no +default config will be used. + =back =head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE