--- AnyEvent/lib/AnyEvent.pm 2008/06/04 11:45:21 1.153 +++ AnyEvent/lib/AnyEvent.pm 2008/06/06 07:07:01 1.155 @@ -754,6 +754,11 @@ Provides rich asynchronous DNS resolver capabilities. +=item L + +A simple-to-use HTTP library that is capable of making a lot of concurrent +HTTP requests. + =item L Provides a simple web application server framework. @@ -809,7 +814,7 @@ use Carp; -our $VERSION = 4.13; +our $VERSION = 4.14; our $MODEL; our $AUTOLOAD;