[perl-Pango] Tell the CPAN indexer to not index POD in XS files



commit c0a5b9d4509059b60b6281f2032d3c4340acd0ee
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Mar 6 16:46:20 2010 +0100

    Tell the CPAN indexer to not index POD in XS files

 Makefile.PL |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 25907cc..3afef9f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -194,10 +194,14 @@ WriteMakefile(
     FUNCLIST      => \ exports,
     DL_FUNCS      => { Pango => [] },
 
-    META_MERGE    => { configure_requires => \%PREREQ_PM },
+    META_MERGE    => {
+        configure_requires => \%PREREQ_PM,
+        no_index => {
+            file => \ xs_files,
+        },
+    },
 
     $pango->get_makefile_vars,
-
 );
 
 #



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