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

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.128 by root, Thu Nov 16 19:43:04 2006 UTC vs.
Revision 1.129 by root, Mon Nov 20 16:41:46 2006 UTC

19BEGIN { 19BEGIN {
20 $VERSION = '0.96'; 20 $VERSION = '0.96';
21 21
22 use XSLoader; 22 use XSLoader;
23 XSLoader::load "CFPlus", $VERSION; 23 XSLoader::load "CFPlus", $VERSION;
24}
25
26BEGIN {
27 $SIG{__DIE__} = sub {
28 return if CFPlus::in_destruct;
29 #CFPlus::fatal $_[0];#d#
30 CFPlus::error Carp::longmess $_[0];#d#
31 die;#d#
32 };
33} 24}
34 25
35use utf8; 26use utf8;
36 27
37use AnyEvent (); 28use AnyEvent ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines