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

Comparing cvsroot/Coro-Mysql/Mysql.pm (file contents):
Revision 1.10 by root, Thu Feb 17 02:06:55 2011 UTC vs.
Revision 1.11 by root, Sun Feb 20 10:35:10 2011 UTC

100 100
101sub readable { &Coro::Handle::FH::readable } 101sub readable { &Coro::Handle::FH::readable }
102sub writable { &Coro::Handle::FH::writable } 102sub writable { &Coro::Handle::FH::writable }
103 103
104BEGIN { 104BEGIN {
105 our $VERSION = '1.02'; 105 our $VERSION = '1.1';
106 106
107 require XSLoader; 107 require XSLoader;
108 XSLoader::load Coro::Mysql::, $VERSION; 108 XSLoader::load Coro::Mysql::, $VERSION;
109} 109}
110 110

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines