In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9e9fbcaf153d3c9eb897b5cab54a102632df4c78?hp=0d9b03172bb075c23d58712774b3950345d80841>

- Log -----------------------------------------------------------------
commit 9e9fbcaf153d3c9eb897b5cab54a102632df4c78
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri Aug 5 11:28:08 2016 -0700

    XSLoader Makefile.PL: Note a possible pitfall
-----------------------------------------------------------------------

Summary of changes:
 dist/XSLoader/Makefile.PL | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dist/XSLoader/Makefile.PL b/dist/XSLoader/Makefile.PL
index bc35843..6186a38 100644
--- a/dist/XSLoader/Makefile.PL
+++ b/dist/XSLoader/Makefile.PL
@@ -42,6 +42,12 @@ WriteMakefile(
     PL_FILES        => { 'XSLoader_pm.PL'  => 'XSLoader.pm' },
     PM              => { 'XSLoader.pm' => '$(INST_ARCHLIB)/XSLoader.pm' },
     PREREQ_PM       => {
+        # NOTE: If we should require a Test::More version higher than 0.98
+        # (that included with perl 5.14), we need to remove the meta-spec
+        # entry below for EUMM 6.57_02 to 6.57_06 (the buggy versions
+        # included with perl 5.14).  Otherwise installation will break.
+        # See https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues/118
+        # for details.
         'Test::More' => '0.47',
     },
     META_MERGE      => {

--
Perl5 Master Repository

Reply via email to