This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add atomic script runs
authorKarl Williamson <khw@cpan.org>
Tue, 20 Feb 2018 03:40:20 +0000 (20:40 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 20 Feb 2018 03:48:45 +0000 (20:48 -0700)
commit3337229ca19b517df4e7e43fd4312f0ee9e5b6c0
treef05bea57e3b1796702dd25b8c8ce2429e352546d
parent8638266fb1a6a7f9b6ce2567347bfba94f8b2414
Add atomic script runs

This is an extension to the new script_run feature that is syntactic
sugar for the idiom espected to be most commonly used:

(*sr:(?>...)) can be written as (*asr:...)
pod/perldelta.pod
pod/perlre.pod
regcomp.c
t/re/script_run.t