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.13 by root, Thu Oct 11 03:18:31 2012 UTC vs.
Revision 1.14 by root, Thu Oct 11 03:21:49 2012 UTC

105 105
106sub readable { &Coro::Handle::FH::readable } 106sub readable { &Coro::Handle::FH::readable }
107sub writable { &Coro::Handle::FH::writable } 107sub writable { &Coro::Handle::FH::writable }
108 108
109BEGIN { 109BEGIN {
110 our $VERSION = '1.2'; 110 our $VERSION = '1.21';
111 111
112 require XSLoader; 112 require XSLoader;
113 XSLoader::load Coro::Mysql::, $VERSION; 113 XSLoader::load Coro::Mysql::, $VERSION;
114} 114}
115 115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines