Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 7e18321c957fcae8d9b16428c51f22dea10040b1
https://github.com/Perl/perl5/commit/7e18321c957fcae8d9b16428c51f22dea10040b1
Author: Tony Cook <[email protected]>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M MANIFEST
M lib/feature.pm
M regen/feature.pl
A t/lib/feature/api
Log Message:
-----------
Provide a simple API for testing features enabled
Inspired by discussion in #p5p.
This calls caller() itself rather than taking hints and hints_hash
parameters so if we end up adding an extra hints word callers won't
need to adjust their code.