Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4210e234cb45c0ad3ecd56b85152559b52131e16
https://github.com/Perl/perl5/commit/4210e234cb45c0ad3ecd56b85152559b52131e16
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2024-02-10 (Sat, 10 Feb 2024)
Changed paths:
M lib/strict.t
M op.c
M pod/perldiag.pod
M t/comp/use.t
M t/lib/croak/op
M t/lib/feature/implicit
Log Message:
-----------
Make downgrading a `use VERSION` past v5.11 fatal
In Perl 5.36 we made this a deprecation warning, due to be removed in
5.40. Now it is being removed.
This removal means that the three shadow hints bits used to implement
implicit vs explicit strict hints can be reclaimed at a later date, for
use in other features.