diff options
author | Rick Delaney <rick@consumercontact.com> | 2008-02-12 09:05:22 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-14 16:30:32 +0000 |
commit | 27eaf14c55a541e1e4f2529a8084e15a8cc43d41 (patch) | |
tree | 119fed473d9d0d98ce81356c490b28afe4ed51dd /pp_ctl.c | |
parent | b16276bb9e16a3b99d6fb450f4e0902e32b01f85 (diff) | |
download | perl-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ; |