diff options
author | Aaron Crane <arc@cpan.org> | 2017-02-25 17:24:58 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-02-26 12:46:17 +0000 |
commit | 3137772c897ec8154ca0048b7c37cf5dc360242e (patch) | |
tree | e07c7a67950d96e8c4a9617205183002fc8c5bd9 /myconfig.SH | |
parent | a03e9f8a07a84c3d506eb4b6cce401a71f7d41f9 (diff) | |
download | perl-3137772c897ec8154ca0048b7c37cf5dc360242e.tar.gz |
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
Diffstat (limited to 'myconfig.SH')
-rwxr-xr-x | myconfig.SH | 1 |
1 files changed, 1 insertions, 0 deletions
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' |