ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.155 by root, Fri Jun 6 07:07:01 2008 UTC vs.
Revision 1.159 by root, Fri Jun 6 16:19:19 2008 UTC

765 765
766=item L<AnyEvent::FastPing> 766=item L<AnyEvent::FastPing>
767 767
768The fastest ping in the west. 768The fastest ping in the west.
769 769
770=item L<AnyEvent::DBI>
771
772Executes DBI requests asynchronously in a proxy process.
773
770=item L<Net::IRC3> 774=item L<Net::IRC3>
771 775
772AnyEvent based IRC client module family. 776AnyEvent based IRC client module family.
773 777
774=item L<Net::XMPP2> 778=item L<Net::XMPP2>
812no warnings; 816no warnings;
813use strict; 817use strict;
814 818
815use Carp; 819use Carp;
816 820
817our $VERSION = 4.14; 821our $VERSION = 4.151;
818our $MODEL; 822our $MODEL;
819 823
820our $AUTOLOAD; 824our $AUTOLOAD;
821our @ISA; 825our @ISA;
822 826
1672Similar considerations apply to $ENV{PERL_ANYEVENT_VERBOSE}, as that can 1676Similar considerations apply to $ENV{PERL_ANYEVENT_VERBOSE}, as that can
1673be used to probe what backend is used and gain other information (which is 1677be used to probe what backend is used and gain other information (which is
1674probably even less useful to an attacker than PERL_ANYEVENT_MODEL). 1678probably even less useful to an attacker than PERL_ANYEVENT_MODEL).
1675 1679
1676 1680
1681=head1 BUGS
1682
1683Perl 5.8 has numerous memleaks that sometimes hit this module and are hard
1684to work around. If you suffer from memleaks, first upgrade to Perl 5.10
1685and check wether the leaks still show up. (Perl 5.10.0 has other annoying
1686mamleaks, such as leaking on C<map> and C<grep> but it is usually not as
1687pronounced).
1688
1689
1677=head1 SEE ALSO 1690=head1 SEE ALSO
1678 1691
1679Utility functions: L<AnyEvent::Util>. 1692Utility functions: L<AnyEvent::Util>.
1680 1693
1681Event modules: L<EV>, L<EV::Glib>, L<Glib::EV>, L<Event>, L<Glib::Event>, 1694Event modules: L<EV>, L<EV::Glib>, L<Glib::EV>, L<Event>, L<Glib::Event>,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines