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.1 by root, Mon May 18 15:19:38 2009 UTC vs.
Revision 1.2 by root, Sat May 30 06:58:22 2009 UTC

75 75
76sub readable { &Coro::Handle::FH::readable } 76sub readable { &Coro::Handle::FH::readable }
77sub writable { &Coro::Handle::FH::writable } 77sub writable { &Coro::Handle::FH::writable }
78 78
79BEGIN { 79BEGIN {
80 our $VERSION = '0.01'; 80 our $VERSION = '0.1';
81 81
82 require XSLoader; 82 require XSLoader;
83 XSLoader::load Coro::Mysql::, $VERSION; 83 XSLoader::load Coro::Mysql::, $VERSION;
84} 84}
85 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines