perl-Glib r1100 - trunk



Author: tsch
Date: Sat Feb 21 13:55:17 2009
New Revision: 1100
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1100&view=rev

Log:
Tell the CPAN indexer to ignore the package 'MY' used by Glib::MakeHelper.


Modified:
   trunk/ChangeLog
   trunk/Makefile.PL

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Sat Feb 21 13:55:17 2009
@@ -154,9 +154,13 @@
     FUNCLIST		=> \ exports,
     DL_FUNCS		=> { Glib => [] },
 
-    META_MERGE		=> {
+    META_MERGE => {
       configure_requires => \%PREREQ_PM,
-      no_index           => { files => [qw/xsapi.pod.head xsapi.pod.foot/] } },
+      no_index => {
+        files => [qw/xsapi.pod.head xsapi.pod.foot/],
+        package => 'MY',
+      },
+    },
 
     $glib ? $glib->get_makefile_vars : (),
 );



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