[perl-Pango] Tell the CPAN indexer to not index POD in XS files
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Pango] Tell the CPAN indexer to not index POD in XS files
- Date: Sat, 6 Mar 2010 15:49:45 +0000 (UTC)
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]