This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add note to `use strict` about enabling via `use VERSION`
authorGreg Kennedy <kennedy.greg@gmail.com>
Thu, 3 Aug 2023 14:50:04 +0000 (09:50 -0500)
committerTony Cook <tony@develop-help.com>
Tue, 8 Aug 2023 00:43:38 +0000 (10:43 +1000)
commit6a2fc45e2ec1c9190d0b4aad7983a2b4832b4479
tree3ac71dac0f96d87839832dd3b3ec68c62365af8c
parentc7a5bcbd7bb81bdb04d0cdaf9c4a29d67c46c4e1
Add note to `use strict` about enabling via `use VERSION`

`use VERSION` (where VERSION >= 5.11.0) automatically enables `use strict` - this edit adds a note to the HISTORY section indicating the change.
lib/strict.pm