Branch: refs/heads/hv/gh18144
Home: https://github.com/Perl/perl5
Commit: 8d5bfa911035a613493bf593701293d259d5e49a
https://github.com/Perl/perl5/commit/8d5bfa911035a613493bf593701293d259d5e49a
Author: Hugo van der Sanden <[email protected]>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M ext/re/re.pm
Log Message:
-----------
reorder re.pm docs
regmust() is about internals, it should go at the end; move docs for
functions interrogating match results above it.
Commit: 898e24ef48badf230f6b8ef33d3adc21cbf76498
https://github.com/Perl/perl5/commit/898e24ef48badf230f6b8ef33d3adc21cbf76498
Author: Hugo van der Sanden <[email protected]>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M ext/re/re.pm
M ext/re/re.xs
M ext/re/t/re_funcs.t
M perl.h
M pod/perlreapi.pod
Log Message:
-----------
Add re::optimization()
Given a compiled regexp object, this returns a hashref of the optimization
information discovered for it.
Compare: https://github.com/Perl/perl5/compare/0ec1717fff19...898e24ef48ba