--- AnyEvent/lib/AnyEvent.pm 2008/05/29 03:45:37 1.145 +++ AnyEvent/lib/AnyEvent.pm 2008/05/31 00:40:16 1.148 @@ -20,6 +20,12 @@ $w->send; # wake up current and all future recv's $w->recv; # enters "main loop" till $condvar gets ->send +=head1 INTRODUCTION/TUTORIAL + +This manpage is mainly a reference manual. If you are interested +in a tutorial or some gentle introduction, have a look at the +L manpage. + =head1 WHY YOU SHOULD USE THIS MODULE (OR NOT) Glib, POE, IO::Async, Event... CPAN offers event models by the dozen @@ -802,7 +808,7 @@ use Carp; -our $VERSION = '4.1'; +our $VERSION = 4.11; our $MODEL; our $AUTOLOAD;