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.273 by root, Thu Aug 6 13:45:04 2009 UTC vs.
Revision 1.275 by root, Sun Aug 9 00:24:35 2009 UTC

1115 1115
1116BEGIN { AnyEvent::common_sense } 1116BEGIN { AnyEvent::common_sense }
1117 1117
1118use Carp (); 1118use Carp ();
1119 1119
1120our $VERSION = 4.91; 1120our $VERSION = 4.92;
1121our $MODEL; 1121our $MODEL;
1122 1122
1123our $AUTOLOAD; 1123our $AUTOLOAD;
1124our @ISA; 1124our @ISA;
1125 1125
1293# "new" API, currently only emulation of it 1293# "new" API, currently only emulation of it
1294############################################################################# 1294#############################################################################
1295 1295
1296package AE; 1296package AE;
1297 1297
1298our $VERSION = $AnyEvent::VERSION;
1299
1298sub io($$$) { 1300sub io($$$) {
1299 AnyEvent->io (fh => $_[0], poll => $_[1] ? "w" : "r", cb => $_[2]) 1301 AnyEvent->io (fh => $_[0], poll => $_[1] ? "w" : "r", cb => $_[2])
1300} 1302}
1301 1303
1302sub timer($$$) { 1304sub timer($$$) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines