From 3137772c897ec8154ca0048b7c37cf5dc360242e Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Sat, 25 Feb 2017 17:24:58 +0000 Subject: Add "default_inc_excludes_dot" to "perl -V" output As proposed by Andreas Koenig++ in this message: http://www.nntp.perl.org/group/perl.perl5.porters/2017/02/msg243256.html --- myconfig.SH | 1 + 1 file changed, 1 insertion(+) diff --git a/myconfig.SH b/myconfig.SH index 61c0f66cb1..717c3d3b24 100755 --- a/myconfig.SH +++ b/myconfig.SH @@ -46,6 +46,7 @@ Summary of my $package (revision $revision $version_patchlevel_string) configura use64bitall=$use64bitall uselongdouble=$uselongdouble usemymalloc=$usemymalloc + default_inc_excludes_dot=$default_inc_excludes_dot bincompat5005=undef Compiler: cc='$cc' -- cgit v1.2.1