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.153 by root, Wed Jun 4 11:45:21 2008 UTC vs.
Revision 1.155 by root, Fri Jun 6 07:07:01 2008 UTC

752 752
753=item L<AnyEvent::DNS> 753=item L<AnyEvent::DNS>
754 754
755Provides rich asynchronous DNS resolver capabilities. 755Provides rich asynchronous DNS resolver capabilities.
756 756
757=item L<AnyEvent::HTTP>
758
759A simple-to-use HTTP library that is capable of making a lot of concurrent
760HTTP requests.
761
757=item L<AnyEvent::HTTPD> 762=item L<AnyEvent::HTTPD>
758 763
759Provides a simple web application server framework. 764Provides a simple web application server framework.
760 765
761=item L<AnyEvent::FastPing> 766=item L<AnyEvent::FastPing>
807no warnings; 812no warnings;
808use strict; 813use strict;
809 814
810use Carp; 815use Carp;
811 816
812our $VERSION = 4.13; 817our $VERSION = 4.14;
813our $MODEL; 818our $MODEL;
814 819
815our $AUTOLOAD; 820our $AUTOLOAD;
816our @ISA; 821our @ISA;
817 822

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines