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.5 by root, Tue Aug 31 14:42:28 2010 UTC vs.
Revision 1.6 by root, Wed Sep 1 16:38:07 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.01'; 92 our $VERSION = '1.02';
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