In perl.git, the branch nicholas/hv_h_split has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/aee4fb8f3513b58ea17d765f062edcfa1e3e35d6?hp=622bb1630b8bd29858e020f98df795a6ab95d2d3>

- Log -----------------------------------------------------------------
commit aee4fb8f3513b58ea17d765f062edcfa1e3e35d6
Author: Nicholas Clark <n...@ccl4.org>
Date:   Wed Feb 20 20:38:47 2013 +0100

    XXX Update EU::MM patch to make BSD makes happy. Again, this should be 
merged.
-----------------------------------------------------------------------

Summary of changes:
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 
b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
index db1342f..9e519fd 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
@@ -2755,7 +2755,7 @@ MAKE_FRAG
     return join "", @m unless $self->needs_linking;
 
     if ($self->{OBJECT}) {
-        my $fmt= '        \$(PERL_INC)/%s            '; # preserve the old 
indentation and formating
+        my $fmt= '        $(PERL_INC)/%s            '; # preserve the old 
indentation and formating
         push @m, qq{PERL_HDRS = \\\n}
                . join("\\\n", map { sprintf $fmt, $_ } 
$self->_perl_header_files())
                . qq{\n\n\$(OBJECT) : \$(PERL_HDRS)\n};

--
Perl5 Master Repository

Reply via email to