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

Comparing Coro/Coro/Storable.pm (file contents):
Revision 1.38 by root, Thu Nov 13 17:32:01 2008 UTC vs.
Revision 1.39 by root, Fri Nov 14 02:42:26 2008 UTC

83} 83}
84 84
85use Storable; 85use Storable;
86use base "Exporter"; 86use base "Exporter";
87 87
88our $VERSION = 4.912; 88our $VERSION = 5.0;
89our @EXPORT = qw(thaw freeze nfreeze blocking_thaw blocking_freeze blocking_nfreeze); 89our @EXPORT = qw(thaw freeze nfreeze blocking_thaw blocking_freeze blocking_nfreeze);
90 90
91our $GRANULARITY = 0.01; 91our $GRANULARITY = 0.01;
92 92
93my $lock = new Coro::Semaphore; 93my $lock = new Coro::Semaphore;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines