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

Comparing Coro-Mysql/Mysql.pm (file contents):
Revision 1.4 by root, Sat Jul 18 05:58:27 2009 UTC vs.
Revision 1.5 by root, Tue Aug 31 14:42:28 2010 UTC

87 87
88sub readable { &Coro::Handle::FH::readable } 88sub readable { &Coro::Handle::FH::readable }
89sub writable { &Coro::Handle::FH::writable } 89sub writable { &Coro::Handle::FH::writable }
90 90
91BEGIN { 91BEGIN {
92 our $VERSION = '1.0'; 92 our $VERSION = '1.01';
93 93
94 require XSLoader; 94 require XSLoader;
95 XSLoader::load Coro::Mysql::, $VERSION; 95 XSLoader::load Coro::Mysql::, $VERSION;
96} 96}
97 97

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines