--- AnyEvent/lib/AnyEvent.pm 2008/06/06 07:07:01 1.155 +++ AnyEvent/lib/AnyEvent.pm 2008/07/04 12:25:44 1.163 @@ -767,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. @@ -814,7 +818,7 @@ use Carp; -our $VERSION = 4.14; +our $VERSION = 4.161; our $MODEL; our $AUTOLOAD; @@ -986,7 +990,7 @@ delete $SIG_CB{$signal}{$cb}; - $SIG{$signal} = 'DEFAULT' unless keys %{ $SIG_CB{$signal} }; + delete $SIG{$signal} unless keys %{ $SIG_CB{$signal} }; } # default implementation for ->child @@ -1674,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.