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.157 by root, Fri Jun 6 11:01:17 2008 UTC vs.
Revision 1.160 by root, Sun Jun 22 12:17:47 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.15; 821our $VERSION = 4.152;
818our $MODEL; 822our $MODEL;
819 823
820our $AUTOLOAD; 824our $AUTOLOAD;
821our @ISA; 825our @ISA;
822 826

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines