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.15 by root, Fri Aug 2 04:08:56 2013 UTC vs.
Revision 1.20 by root, Tue Jun 3 13:37:59 2014 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.21'; 110 our $VERSION = 1.26;
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