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.53 by root, Sat Apr 19 04:58:14 2008 UTC vs.
Revision 1.54 by root, Tue Apr 22 05:12:19 2008 UTC

418no warnings; 418no warnings;
419use strict; 419use strict;
420 420
421use Carp; 421use Carp;
422 422
423our $VERSION = '3.11'; 423our $VERSION = '3.12';
424our $MODEL; 424our $MODEL;
425 425
426our $AUTOLOAD; 426our $AUTOLOAD;
427our @ISA; 427our @ISA;
428 428
807L<AnyEvent::Impl::CoroEvent>, L<AnyEvent::Impl::Event>, 807L<AnyEvent::Impl::CoroEvent>, L<AnyEvent::Impl::Event>,
808L<AnyEvent::Impl::Glib>, L<AnyEvent::Impl::Tk>, L<AnyEvent::Impl::Perl>. 808L<AnyEvent::Impl::Glib>, L<AnyEvent::Impl::Tk>, L<AnyEvent::Impl::Perl>.
809 809
810Nontrivial usage examples: L<Net::FCP>, L<Net::XMPP2>. 810Nontrivial usage examples: L<Net::FCP>, L<Net::XMPP2>.
811 811
812=head1 812=head1 AUTHOR
813
814 Marc Lehmann <schmorp@schmorp.de>
815 http://home.schmorp.de/
813 816
814=cut 817=cut
815 818
8161 8191
817 820

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines