--- AnyEvent/lib/AE.pm 2009/08/09 15:09:28 1.2 +++ AnyEvent/lib/AE.pm 2009/12/05 02:58:30 1.4 @@ -11,7 +11,8 @@ This module documents the new simpler AnyEvent API. The rationale for the new API is that experience with L shows that -this API actually "works", despite it's lack of extensibility. +this API actually "works", despite it's lack of extensibility, leading to +a shorter, easier and faster API. The main difference to AnyEvent is that instead of method calls, function calls are used, and that no named arguments are used. @@ -31,7 +32,7 @@ Note that the C API is an alternative to, not the future version of, the AnyEvent API. Both APIs can be used interchangably and and there are -no plans to "switch", so if in doubt, use L's API. +no plans to "switch", so if in doubt, use the L API. As the AE API is complementary, not everything in the AnyEvent API is available, so you still need to use AnyEvent for the finer stuff. Also, @@ -52,6 +53,8 @@ use AnyEvent (); # BEGIN { AnyEvent::common_sense } +our $VERSION = $AnyEvent::VERSION; + =item $w = AE::io $fh_or_fd, $watch_write, $cb Creates an I/O watcher that listens for read events (C<$watch_write>