ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/DB.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/DB.pm (file contents):
Revision 1.44 by root, Sat Jan 10 20:56:34 2009 UTC vs.
Revision 1.45 by root, Sat Apr 3 02:58:24 2010 UTC

12 12
13=cut 13=cut
14 14
15package DC::DB; 15package DC::DB;
16 16
17use strict; 17use common::sense;
18use utf8;
19 18
20use File::Path (); 19use File::Path ();
21use Carp (); 20use Carp ();
22use Storable (); 21use Storable ();
23use AnyEvent::Util (); 22use AnyEvent::Util ();
288 287
289############################################################################# 288#############################################################################
290 289
291package DC::DB::Server; 290package DC::DB::Server;
292 291
293use strict; 292use common::sense;
294 293
295use EV (); 294use EV ();
296use Fcntl; 295use Fcntl;
297 296
298our %CB; 297our %CB;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines