[perl-Glib] Tell CPAN to ignore POD fragments in Makefile.PL



commit 90dfbdaacc902f4190a938071fad1272b56dcfe9
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat May 12 16:31:35 2012 +0200

    Tell CPAN to ignore POD fragments in Makefile.PL

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 9121a4d..dd35a55 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -170,7 +170,7 @@ WriteMakefile(
     META_MERGE => {
       configure_requires => \%PREREQ_PM,
       no_index => {
-        file => [ xs_files, qw/xsapi.pod.head xsapi.pod.foot/],
+        file => [ xs_files, qw/Makefile.PL xsapi.pod.head xsapi.pod.foot/],
         package => 'MY',
       },
     },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]