From a09cfae84e4dfd3259087303097ce83f98c14aea Mon Sep 17 00:00:00 2001 From: ndparker <> Date: Thu, 26 Jul 2001 20:54:18 +0000 Subject: [PATCH] *grr* now it should work --- selfforum-cgi/shared/Posting/Cache.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/selfforum-cgi/shared/Posting/Cache.pm b/selfforum-cgi/shared/Posting/Cache.pm index a6b3280..5e27d0b 100644 --- a/selfforum-cgi/shared/Posting/Cache.pm +++ b/selfforum-cgi/shared/Posting/Cache.pm @@ -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 #################################################################### -- 2.34.1