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

Comparing Coro/Coro/State.pm (file contents):
Revision 1.57 by root, Sun Nov 26 02:16:19 2006 UTC vs.
Revision 1.58 by root, Sun Nov 26 02:54:55 2006 UTC

56no warnings "uninitialized"; 56no warnings "uninitialized";
57 57
58use XSLoader; 58use XSLoader;
59 59
60BEGIN { 60BEGIN {
61 our $VERSION = 1.9; 61 our $VERSION = '3.0';
62 62
63 XSLoader::load __PACKAGE__, $VERSION; 63 XSLoader::load __PACKAGE__, $VERSION;
64} 64}
65 65
66use Exporter; 66use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines