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.23 by root, Wed Mar 7 17:37:24 2007 UTC vs.
Revision 1.25 by root, Wed Apr 11 00:36:59 2007 UTC

245 245
246package AnyEvent; 246package AnyEvent;
247 247
248no warnings; 248no warnings;
249use strict; 249use strict;
250
250use Carp; 251use Carp;
251 252
252our $VERSION = '2.52'; 253our $VERSION = '2.52';
253our $MODEL; 254our $MODEL;
254 255
439I<rxvt-unicode> distribution. 440I<rxvt-unicode> distribution.
440 441
441I<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
442condition variables: code blocking while waiting for a condition will 443condition variables: code blocking while waiting for a condition will
443C<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
444not be in an interactive appliation, so it makes sense. 445not be in an interactive application, so it makes sense.
445 446
446=head1 ENVIRONMENT VARIABLES 447=head1 ENVIRONMENT VARIABLES
447 448
448The following environment variables are used by this module: 449The following environment variables are used by this module:
449 450

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines