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.24 by root, Sun Mar 25 00:14:32 2007 UTC vs.
Revision 1.26 by root, Sun Jul 8 08:52:10 2007 UTC

248no warnings; 248no warnings;
249use strict; 249use strict;
250 250
251use Carp; 251use Carp;
252 252
253our $VERSION = '2.52'; 253our $VERSION = '2.53';
254our $MODEL; 254our $MODEL;
255 255
256our $AUTOLOAD; 256our $AUTOLOAD;
257our @ISA; 257our @ISA;
258 258
440I<rxvt-unicode> distribution. 440I<rxvt-unicode> distribution.
441 441
442I<rxvt-unicode> also cheats a bit by not providing blocking access to 442I<rxvt-unicode> also cheats a bit by not providing blocking access to
443condition variables: code blocking while waiting for a condition will 443condition variables: code blocking while waiting for a condition will
444C<die>. This still works with most modules/usages, and blocking calls must 444C<die>. This still works with most modules/usages, and blocking calls must
445not be in an interactive appliation, so it makes sense. 445not be in an interactive application, so it makes sense.
446 446
447=head1 ENVIRONMENT VARIABLES 447=head1 ENVIRONMENT VARIABLES
448 448
449The following environment variables are used by this module: 449The following environment variables are used by this module:
450 450

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines