diff options
author | Karl Williamson <khw@cpan.org> | 2017-12-23 23:15:37 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-12-24 17:20:45 -0700 |
commit | 034602eb0483306842c572ced4105398f6c38595 (patch) | |
tree | 4c92777d3695c39b3d181bb6d3b1393a43364556 /intrpvar.h | |
parent | 07093db4de0c6dc92b6c401b33af53b861e41ea2 (diff) | |
download | perl-034602eb0483306842c572ced4105398f6c38595.tar.gz |
Add script_run regex feature
As explained in the docs, this helps detect spoofing attacks.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 006880a37c..1b484dd960 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -643,6 +643,7 @@ PERLVARA(I, XPosix_ptrs, POSIX_CC_COUNT, SV *) PERLVAR(I, GCB_invlist, SV *) PERLVAR(I, LB_invlist, SV *) PERLVAR(I, SB_invlist, SV *) +PERLVAR(I, SCX_invlist, SV *) PERLVAR(I, WB_invlist, SV *) PERLVAR(I, Assigned_invlist, SV *) PERLVAR(I, seen_deprecated_macro, HV *) |