ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.160 by root, Wed Jul 1 08:12:18 2009 UTC vs.
Revision 1.161 by root, Tue Jul 14 00:32:27 2009 UTC

186 186
187package IO::AIO; 187package IO::AIO;
188 188
189use Carp (); 189use Carp ();
190 190
191no warnings; 191use common::sense;
192use strict 'vars';
193 192
194use base 'Exporter'; 193use base 'Exporter';
195 194
196BEGIN { 195BEGIN {
197 our $VERSION = '3.261'; 196 our $VERSION = '3.261';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines