In perl.git, the branch smoke-me/hv_h_split has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5f3dfe7178a0fb420b13b36a894941ece8ec0170?hp=fc47f4f4e399007aa123c215ccd1b4f18a2432ad>
- Log ----------------------------------------------------------------- commit 5f3dfe7178a0fb420b13b36a894941ece8ec0170 Author: Yves Orton <[email protected]> Date: Mon Dec 10 09:43:59 2012 +0100 include missing headers so XS modules rebuild when they change ----------------------------------------------------------------------- Summary of changes: cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 3 +++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index b537393..93208a9 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm @@ -2770,6 +2770,7 @@ PERL_HDRS = \ $(PERL_INC)/gv.h \ $(PERL_INC)/handy.h \ $(PERL_INC)/hv.h \ + $(PERL_INC)/hv_func.h \ $(PERL_INC)/intrpvar.h \ $(PERL_INC)/iperlsys.h \ $(PERL_INC)/keywords.h \ @@ -2788,12 +2789,14 @@ PERL_HDRS = \ $(PERL_INC)/pp_proto.h \ $(PERL_INC)/proto.h \ $(PERL_INC)/regcomp.h \ + $(PERL_INC)/regcharclass.h \ $(PERL_INC)/regexp.h \ $(PERL_INC)/regnodes.h \ $(PERL_INC)/scope.h \ $(PERL_INC)/sv.h \ $(PERL_INC)/thread.h \ $(PERL_INC)/unixish.h \ + $(PERL_INC)/utf8.h \ $(PERL_INC)/util.h $(OBJECT) : $(PERL_HDRS) diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm index 3885ab0..6f41025 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm @@ -18,7 +18,7 @@ our @Overridable; my @Prepend_parent; my %Recognized_Att_Keys; -our $VERSION = '6.63_02'; +our $VERSION = '6.63_03'; $VERSION = eval $VERSION; # Emulate something resembling CVS $Revision$ -- Perl5 Master Repository
