This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add script_run regex feature
authorKarl Williamson <khw@cpan.org>
Sun, 24 Dec 2017 06:15:37 +0000 (23:15 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 25 Dec 2017 00:20:45 +0000 (17:20 -0700)
commit034602eb0483306842c572ced4105398f6c38595
tree4c92777d3695c39b3d181bb6d3b1393a43364556
parent07093db4de0c6dc92b6c401b33af53b861e41ea2
Add script_run regex feature

As explained in the docs, this helps detect spoofing attacks.
12 files changed:
MANIFEST
embedvar.h
intrpvar.h
perl.c
pod/perldelta.pod
pod/perldiag.pod
pod/perlre.pod
regcomp.c
regexec.c
sv.c
t/re/reg_mesg.t
t/re/script_run.t [new file with mode: 0644]