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.13 by root, Sun May 25 05:00:03 2008 UTC vs.
Revision 1.14 by root, Thu May 29 03:31:53 2008 UTC

82} 82}
83 83
84use Storable; 84use Storable;
85use base "Exporter"; 85use base "Exporter";
86 86
87our $VERSION = 4.72; 87our $VERSION = 4.73;
88our @EXPORT = qw(thaw freeze nfreeze blocking_thaw blocking_freeze blocking_nfreeze); 88our @EXPORT = qw(thaw freeze nfreeze blocking_thaw blocking_freeze blocking_nfreeze);
89 89
90my $lock = new Coro::Semaphore; 90my $lock = new Coro::Semaphore;
91 91
92sub guard { 92sub guard {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines