]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/Posting/Cache.pm
*grr* now it should work
[selfforum.git] / selfforum-cgi / shared / Posting / Cache.pm
index a6b3280653b651baa60bd653cfa0605a74d0005f..5e27d0b0e472e3039382294081a4b164bafbc39e 100644 (file)
@@ -25,7 +25,10 @@ use Lock;
 #
 sub VERSION {(q$Revision$ =~ /([\d.]+)\s*$/)[0] or '0.0'}
 
-my $O_BINARY = eval "local $SIG{__DIE__}; O_BINARY";
+my $O_BINARY = eval q{
+  local $SIG{__DIE__};
+  O_BINARY;
+};
 $O_BINARY = 0 if ($@);
 
 ### sub new ####################################################################

patrick-canterino.de