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.120 by root, Sat May 17 21:34:15 2008 UTC vs.
Revision 1.122 by root, Fri May 23 06:13:41 2008 UTC

691no warnings; 691no warnings;
692use strict; 692use strict;
693 693
694use Carp; 694use Carp;
695 695
696our $VERSION = '3.5'; 696our $VERSION = '3.51';
697our $MODEL; 697our $MODEL;
698 698
699our $AUTOLOAD; 699our $AUTOLOAD;
700our @ISA; 700our @ISA;
701 701
1495Implementations: L<AnyEvent::Impl::EV>, L<AnyEvent::Impl::Event>, 1495Implementations: L<AnyEvent::Impl::EV>, L<AnyEvent::Impl::Event>,
1496L<AnyEvent::Impl::Glib>, L<AnyEvent::Impl::Tk>, L<AnyEvent::Impl::Perl>, 1496L<AnyEvent::Impl::Glib>, L<AnyEvent::Impl::Tk>, L<AnyEvent::Impl::Perl>,
1497L<AnyEvent::Impl::EventLib>, L<AnyEvent::Impl::Qt>, 1497L<AnyEvent::Impl::EventLib>, L<AnyEvent::Impl::Qt>,
1498L<AnyEvent::Impl::POE>. 1498L<AnyEvent::Impl::POE>.
1499 1499
1500Asynchronous DNS: L<AnyEvent::DNS>.
1501
1500Coroutine support: L<Coro>, L<Coro::AnyEvent>, L<Coro::EV>, L<Coro::Event>, 1502Coroutine support: L<Coro>, L<Coro::AnyEvent>, L<Coro::EV>, L<Coro::Event>,
1501 1503
1502Nontrivial usage examples: L<Net::FCP>, L<Net::XMPP2>. 1504Nontrivial usage examples: L<Net::FCP>, L<Net::XMPP2>.
1503 1505
1504 1506

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines