Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5d1739474d967de1ab8a8f88aa5eff250dbc0eab https://github.com/Perl/perl5/commit/5d1739474d967de1ab8a8f88aa5eff250dbc0eab Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths: M ext/B/t/concise.t M lib/feature.pm M perl.h Log Message: ----------- Widen the feature bundle hint mask to 4 bits VMS only uses two bits for its hints, so we can steal one more for the feature bundles. This is necessary if we want to remove features from a future bundle, e.g. `indirect` and `switch`.