summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorRick Delaney <rick@consumercontact.com>2008-02-12 09:05:22 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-14 16:30:32 +0000
commit27eaf14c55a541e1e4f2529a8084e15a8cc43d41 (patch)
tree119fed473d9d0d98ce81356c490b28afe4ed51dd /pp_ctl.c
parentb16276bb9e16a3b99d6fb450f4e0902e32b01f85 (diff)
downloadperl-27eaf14c55a541e1e4f2529a8084e15a8cc43d41.tar.gz
Re: [perl #50706] %^H affecting outside file scopes
Message-ID: <20080212190522.GB16896@bort.ca> p4raw-id: //depot/perl@33311
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 7be56fb264..af0866155b 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3564,6 +3564,8 @@ PP(pp_require)
SAVEHINTS();
PL_hints = 0;
+ PL_compiling.cop_hints_hash = NULL;
+
SAVECOMPILEWARNINGS();
if (PL_dowarn & G_WARN_ALL_ON)
PL_compiling.cop_warnings = pWARN_ALL ;