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.48 by root, Mon Jul 6 03:42:29 2009 UTC vs.
Revision 1.49 by root, Mon Jul 20 23:46:28 2009 UTC

83} 83}
84 84
85use Storable; 85use Storable;
86use base "Exporter"; 86use base "Exporter";
87 87
88our $VERSION = 5.151; 88our $VERSION = 5.16;
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