summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-10-22 13:46:08 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2016-11-11 16:27:20 +0100
commit32db2dd39faf0a339c2c26769b98a1924ca09892 (patch)
treefb204fc375d4cee046bb2676b5a4c4194cceb86d /win32
parentaf25b33d388e2824ad52b31c8f5c7bc722f02dd6 (diff)
downloadperl-32db2dd39faf0a339c2c26769b98a1924ca09892.tar.gz
Remove "." from default @INC when default_inc_excludes_dot is set
Perl now provides a way to build perl without . in @INC by default. If you want this feature, you can build with -Ddefault_inc_excludes_dot Because the testing / make process for perl modules do not function well with . missing from @INC, Perl now supports the environment variable PERL_USE_UNSAFE_INC=1 which makes Perl behave as it previously did, returning . to @INC in all child processes. WARNING: PERL_USE_UNSAFE_INC has been provided during the perl 5.25 development cycle and is not guaranteed to function in perl 5.26. Update unit tests and default value files to work with the new %Config variable "default_inc_excludes_dot"
Diffstat (limited to 'win32')
-rw-r--r--win32/config.ce1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
3 files changed, 3 insertions, 0 deletions
diff --git a/win32/config.ce b/win32/config.ce
index 47042d88c2..3005086aef 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -624,6 +624,7 @@ db_prefixtype='int'
db_version_major='0'
db_version_minor='0'
db_version_patch='0'
+default_inc_excludes_dot=''
direntrytype='struct direct'
dlext='dll'
dlsrc='dl_win32.xs'
diff --git a/win32/config.gc b/win32/config.gc
index 34b670e000..b726e7d3d9 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -625,6 +625,7 @@ db_prefixtype='int'
db_version_major='0'
db_version_minor='0'
db_version_patch='0'
+default_inc_excludes_dot=''
direntrytype='struct direct'
dlext='dll'
dlltool='~ARCHPREFIX~dlltool'
diff --git a/win32/config.vc b/win32/config.vc
index cfac6e7ca2..5731b88dde 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -625,6 +625,7 @@ db_prefixtype='int'
db_version_major='0'
db_version_minor='0'
db_version_patch='0'
+default_inc_excludes_dot=''
direntrytype='struct direct'
dlext='dll'
dlsrc='dl_win32.xs'