--- AnyEvent/lib/AnyEvent.pm 2008/06/05 08:10:10 1.154 +++ AnyEvent/lib/AnyEvent.pm 2008/06/06 16:19:19 1.159 @@ -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. @@ -762,6 +767,10 @@ The fastest ping in the west. +=item L + +Executes DBI requests asynchronously in a proxy process. + =item L AnyEvent based IRC client module family. @@ -809,7 +818,7 @@ use Carp; -our $VERSION = 4.14; +our $VERSION = 4.151; our $MODEL; our $AUTOLOAD; @@ -1669,6 +1678,15 @@ probably even less useful to an attacker than PERL_ANYEVENT_MODEL). +=head1 BUGS + +Perl 5.8 has numerous memleaks that sometimes hit this module and are hard +to work around. If you suffer from memleaks, first upgrade to Perl 5.10 +and check wether the leaks still show up. (Perl 5.10.0 has other annoying +mamleaks, such as leaking on C and C but it is usually not as +pronounced). + + =head1 SEE ALSO Utility functions: L.