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.290 by root, Tue Sep 1 18:27:46 2009 UTC vs.
Revision 1.292 by root, Mon Sep 14 05:05:09 2009 UTC

1116 1116
1117BEGIN { AnyEvent::common_sense } 1117BEGIN { AnyEvent::common_sense }
1118 1118
1119use Carp (); 1119use Carp ();
1120 1120
1121our $VERSION = '5.12'; 1121our $VERSION = '5.2';
1122our $MODEL; 1122our $MODEL;
1123 1123
1124our $AUTOLOAD; 1124our $AUTOLOAD;
1125our @ISA; 1125our @ISA;
1126 1126
2473lot less memory), but otherwise doesn't affect guard operation much. It is 2473lot less memory), but otherwise doesn't affect guard operation much. It is
2474purely used for performance. 2474purely used for performance.
2475 2475
2476=item L<JSON> and L<JSON::XS> 2476=item L<JSON> and L<JSON::XS>
2477 2477
2478This module is required when you want to read or write JSON data via 2478One of these modules is required when you want to read or write JSON data
2479L<AnyEvent::Handle>. It is also written in pure-perl, but can take 2479via L<AnyEvent::Handle>. It is also written in pure-perl, but can take
2480advantage of the ultra-high-speed L<JSON::XS> module when it is installed. 2480advantage of the ultra-high-speed L<JSON::XS> module when it is installed.
2481 2481
2482In fact, L<AnyEvent::Handle> will use L<JSON::XS> by default if it is 2482In fact, L<AnyEvent::Handle> will use L<JSON::XS> by default if it is
2483installed. 2483installed.
2484 2484

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines