In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/37395ff5f2b5fa17c5b7cebede056b6742e28e46?hp=8ca8a454f60a417f5040d6e3e47673333702f58d>

- Log -----------------------------------------------------------------
commit 37395ff5f2b5fa17c5b7cebede056b6742e28e46
Author: Craig A. Berry <[email protected]>
Date:   Thu Jun 23 07:57:09 2011 -0500

    Duplicate in list of .h files on VMS.
    
    This is a bug I introduced in 66b82e1fdff51a4c821a3a249fe707cf8014a185.
    Surprising it hasn't caused more trouble.  When building with MMS, it's
    a hard error, whereas MMK silently ignores it.
-----------------------------------------------------------------------

Summary of changes:
 vms/descrip_mms.template |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 55a80aa..fc55ef4 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -305,7 +305,7 @@ h2 = iperlsys.h keywords.h mydtrace.h mg.h mg_vtable.h 
nostdio.h op.h
 h3 = op_reg_common.h opcode.h opnames.h overload.h pad.h parser.h patchlevel.h 
 h4 = perl.h perlapi.h perlio.h perlsdio.h perlvars.h perly.h
 h5 = pp.h pp_proto.h proto.h regcomp.h regexp.h regnodes.h scope.h
-h5 = sv.h thread.h utf8.h util.h vmsish.h warnings.h
+h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h
 h7 = xsub.h $(SOCKH) $(THREADH)
 h = $(h0) $(h1) $(h2) $(h3) $(h4) $(h5) $(h6) $(h7)
 

--
Perl5 Master Repository

Reply via email to