[perl-Gtk2] Tell CPAN to some ignore POD fragments



commit 7a593f54e2e563c7295d3cf30b36f88917c734b9
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat May 12 16:34:59 2012 +0200

    Tell CPAN to some ignore POD fragments
    
    Specifically, those in Makefile.PL and gtk-demo/main.pl.

 Makefile.PL |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 95377d2..ff96224 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -281,7 +281,10 @@ WriteMakefile(
 
     META_MERGE    => {
       configure_requires => \%PREREQ_PM,
-      no_index           => { directory => [qw/tools xs/] },
+      no_index           => {
+        directory => [qw/tools xs/],
+        file      => [qw|Makefile.PL gtk-demo/main.pl|],
+      },
     },
 
     $gtk2->get_makefile_vars,



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