diff options
author | Todd Rinaldo <toddr@cpan.org> | 2020-09-13 13:02:25 -0500 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-09-15 17:37:44 +0300 |
commit | 19aaf9297b251db12d787e0eb31f06bfadc56856 (patch) | |
tree | 9421baafaf4f244a9904017883556b588dd4a2cd /uconfig64.sh | |
parent | 9c705b6a737887a4da01ff0f1aee235dccb1ef26 (diff) | |
download | perl-19aaf9297b251db12d787e0eb31f06bfadc56856.tar.gz |
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
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index 2716afc04a..f87cb05850 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -878,6 +878,7 @@ use64bitall='define' use64bitint='define' usecbacktrace='undef' usecrosscompile='undef' +usedefaultstrict='undef' usedevel='undef' usedl='undef' usedtrace='undef' |