In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3137772c897ec8154ca0048b7c37cf5dc360242e?hp=a03e9f8a07a84c3d506eb4b6cce401a71f7d41f9>

- Log -----------------------------------------------------------------
commit 3137772c897ec8154ca0048b7c37cf5dc360242e
Author: Aaron Crane <a...@cpan.org>
Date:   Sat Feb 25 17:24:58 2017 +0000

    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
-----------------------------------------------------------------------

Summary of changes:
 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'

--
Perl5 Master Repository

Reply via email to