This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the Configure option to enable strict by default in perl programs.
authorH.Merijn Brand <perl5@tux.freedom.nl>
Tue, 22 Sep 2020 12:26:22 +0000 (14:26 +0200)
committerH.Merijn Brand <perl5@tux.freedom.nl>
Tue, 22 Sep 2020 12:26:22 +0000 (14:26 +0200)
commita0adecafb56550ee81a5e2aece1f9fc52e1c37b6
treecec6e57025edd052f9250eb3f571330af72703b3
parentdc54b0a7b282b5f3dcd1a0920ef7943113562fd5
Add the Configure option to enable strict by default in perl programs.

Do not set strict by default on -e or -E

This is a development only feature to allow us to clean up blead.

./Configure -Dusedevel -des -Dusedefaultstrict
U/perl/usedefaultstrict.U [new file with mode: 0644]