This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03e9f8
)
Add "default_inc_excludes_dot" to "perl -V" output
author
Aaron Crane
<arc@cpan.org>
Sat, 25 Feb 2017 17:24:58 +0000
(17:24 +0000)
committer
Aaron Crane
<arc@cpan.org>
Sun, 26 Feb 2017 12:46:17 +0000
(12:46 +0000)
As proposed by Andreas Koenig++ in this message:
http://www.nntp.perl.org/group/perl.perl5.porters/2017/02/msg243256.html
myconfig.SH
patch
|
blob
|
blame
|
history
diff --git
a/myconfig.SH
b/myconfig.SH
index
61c0f66
..
717c3d3
100755
(executable)
--- 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'