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.269 by root, Fri Jul 31 20:16:29 2009 UTC vs.
Revision 1.271 by root, Wed Aug 5 20:50:27 2009 UTC

1115 1115
1116BEGIN { AnyEvent::common_sense } 1116BEGIN { AnyEvent::common_sense }
1117 1117
1118use Carp (); 1118use Carp ();
1119 1119
1120our $VERSION = 4.9; 1120our $VERSION = 4.901;
1121our $MODEL; 1121our $MODEL;
1122 1122
1123our $AUTOLOAD; 1123our $AUTOLOAD;
1124our @ISA; 1124our @ISA;
1125 1125
1640 1640
1641 @_ 1641 @_
1642 and $cv->{_ae_cb} = shift 1642 and $cv->{_ae_cb} = shift
1643 and $cv->{_ae_sent} 1643 and $cv->{_ae_sent}
1644 and (delete $cv->{_ae_cb})->($cv); 1644 and (delete $cv->{_ae_cb})->($cv);
1645
1645 $cv->{_ae_cb} 1646 $cv->{_ae_cb}
1646} 1647}
1647 1648
1648sub begin { 1649sub begin {
1649 ++$_[0]{_ae_counter}; 1650 ++$_[0]{_ae_counter};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines