ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV/AnyEvent.pm
(Generate patch)

Comparing EV/EV/AnyEvent.pm (file contents):
Revision 1.2 by root, Fri Oct 26 19:23:26 2007 UTC vs.
Revision 1.3 by root, Fri Oct 26 19:25:01 2007 UTC

2 2
3EV::AnyEvent - anyevent adaptor for EV 3EV::AnyEvent - anyevent adaptor for EV
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use AnyEvent;
8 use EV;
9
7 # this module gets loaded automatically when required 10 # this module gets loaded automatically as required
8 11
9=head1 DESCRIPTION 12=head1 DESCRIPTION
10 13
11This module provides transparent support for AnyEvent. 14This module provides transparent support for AnyEvent. You don't
15have to do anything to make EV work with AnyEvent except by loading it
16beofre creating the firts AnyEvent watcher.
12 17
13=cut 18=cut
14 19
15package EV::AnyEvent; 20package EV::AnyEvent;
16 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines