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.12 by root, Sun May 25 03:05:42 2008 UTC vs.
Revision 1.13 by root, Sun May 25 05:00:03 2008 UTC

68=cut 68=cut
69 69
70package Coro::Storable; 70package Coro::Storable;
71 71
72use strict; 72use strict;
73no warnings;
73 74
74use Coro (); 75use Coro ();
75use Coro::Semaphore (); 76use Coro::Semaphore ();
77
78BEGIN {
79 # suppress warnings
80 local $^W = 0;
81 require Storable;
82}
76 83
77use Storable; 84use Storable;
78use base "Exporter"; 85use base "Exporter";
79 86
80our $VERSION = 4.72; 87our $VERSION = 4.72;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines