summaryrefslogtreecommitdiffstats
path: root/devel/p5-IniConf
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-09-09 21:24:02 +0000
committerache <ache@FreeBSD.org>1998-09-09 21:24:02 +0000
commit2a7f4463e494899988f06fcd52681d2cb200c4e0 (patch)
treefc5a62f704eeefbffc424061e1d090d9c60d603b /devel/p5-IniConf
parent6a672b57d16d45c72979f2a99cde5ac810787af2 (diff)
downloadFreeBSD-ports-2a7f4463e494899988f06fcd52681d2cb200c4e0.zip
FreeBSD-ports-2a7f4463e494899988f06fcd52681d2cb200c4e0.tar.gz
add missing \ to eval expr
Diffstat (limited to 'devel/p5-IniConf')
-rw-r--r--devel/p5-IniConf/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-IniConf/files/patch-aa b/devel/p5-IniConf/files/patch-aa
new file mode 100644
index 0000000..49f4416
--- /dev/null
+++ b/devel/p5-IniConf/files/patch-aa
@@ -0,0 +1,19 @@
+*** IniConf.pm.bak Fri Jul 11 09:39:59 1997
+--- IniConf.pm Thu Sep 10 01:15:26 1998
+***************
+*** 203,209 ****
+ \$SIG{$sig} = 'IGNORE';
+ \$${class}::instance[$instnum]->ReadConfig;
+ if (\$oldhandler[$instnum] && \$oldhandler[$instnum] ne 'IGNORE') {
+! eval '&$oldhandler[$instnum];';
+ }
+ \$SIG{$sig} = '$newhandler'
+ }
+--- 203,209 ----
+ \$SIG{$sig} = 'IGNORE';
+ \$${class}::instance[$instnum]->ReadConfig;
+ if (\$oldhandler[$instnum] && \$oldhandler[$instnum] ne 'IGNORE') {
+! eval '&\$oldhandler[$instnum];';
+ }
+ \$SIG{$sig} = '$newhandler'
+ }
OpenPOWER on IntegriCloud