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.18 by root, Mon Sep 24 00:51:19 2001 UTC vs.
Revision 1.19 by root, Mon Sep 24 01:36:20 2001 UTC

45 45
46=cut 46=cut
47 47
48package Coro::State; 48package Coro::State;
49 49
50no warnings; 50no warnings qw(uninitialized);
51 51
52BEGIN { 52BEGIN {
53 $VERSION = 0.5; 53 $VERSION = 0.5;
54 54
55 require XSLoader; 55 require XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines