summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-09-13 13:02:25 -0500
committerSawyer X <xsawyerx@cpan.org>2020-09-15 17:37:44 +0300
commit19aaf9297b251db12d787e0eb31f06bfadc56856 (patch)
tree9421baafaf4f244a9904017883556b588dd4a2cd /uconfig.h
parent9c705b6a737887a4da01ff0f1aee235dccb1ef26 (diff)
downloadperl-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 'uconfig.h')
-rw-r--r--uconfig.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index b89d8cd4fc..0d11b39c5a 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3568,6 +3568,12 @@
*/
/*#define DEFAULT_INC_EXCLUDES_DOT / **/
+/* USE_STRICT_BY_DEFAULT
+ * This symbol, if defined, enables additional defaults.
+ * At this time it only enables implicit strict by default.
+ */
+/*#define USE_STRICT_BY_DEFAULT / * use strict by default */
+
/* USE_DYNAMIC_LOADING:
* This symbol, if defined, indicates that dynamic loading of
* some sort is available.
@@ -5263,6 +5269,6 @@
#endif
/* Generated from:
- * 58be2e8a7742878937c4392bd15fffc7d0b555bedc9d028c791ea9b525806d52 config_h.SH
- * 0328fd317c240be96131cf63f152ee17113e74b68e3dc0000e2876b9a0023713 uconfig.sh
+ * 01e063baa480bd3d905cba5dd04b87cd95a1053e64a1cc35884563a66548975e config_h.SH
+ * 4c3159a6a9875b7811c2a920d7936d5199193afdb163473c313b9531ba2c0648 uconfig.sh
* ex: set ro: */