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.334 by root, Tue Oct 12 06:51:15 2010 UTC vs.
Revision 1.336 by root, Wed Oct 13 19:08:40 2010 UTC

1167 1167
1168BEGIN { AnyEvent::common_sense } 1168BEGIN { AnyEvent::common_sense }
1169 1169
1170use Carp (); 1170use Carp ();
1171 1171
1172our $VERSION = '5.271'; 1172our $VERSION = '5.28';
1173our $MODEL; 1173our $MODEL;
1174 1174
1175our $AUTOLOAD; 1175our $AUTOLOAD;
1176our @ISA; 1176our @ISA;
1177 1177
2679Non-blocking file handles, sockets, TCP clients and 2679Non-blocking file handles, sockets, TCP clients and
2680servers: L<AnyEvent::Handle>, L<AnyEvent::Socket>, L<AnyEvent::TLS>. 2680servers: L<AnyEvent::Handle>, L<AnyEvent::Socket>, L<AnyEvent::TLS>.
2681 2681
2682Asynchronous DNS: L<AnyEvent::DNS>. 2682Asynchronous DNS: L<AnyEvent::DNS>.
2683 2683
2684Thread support: L<Coro>, L<Coro::AnyEvent>, L<Coro::EV L<Coro::Event >, 2684Thread support: L<Coro>, L<Coro::AnyEvent>, L<Coro::EV>, L<Coro::Event>.
2685 2685
2686Nontrivial usage examples: L<AnyEvent::GPSD>, L<AnyEvent::IRC>, 2686Nontrivial usage examples: L<AnyEvent::GPSD>, L<AnyEvent::IRC>,
2687L<AnyEvent::HTTP>. 2687L<AnyEvent::HTTP>.
2688 2688
2689 2689

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines