[perl-Glib-Object-Introspection] Fix the no_index META specification
- From: Torsten SchÃnfeld <tsch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [perl-Glib-Object-Introspection] Fix the no_index META specification
 
- Date: Tue, 31 Jul 2012 19:42:24 +0000 (UTC)
 
commit 5cf413d5e82b24892b5d875949f1766cde1e598d
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jul 31 21:38:13 2012 +0200
    Fix the no_index META specification
    
    A 'package' key slipped out accidentally.
 Makefile.PL |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 5a8a909..bf0648f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -75,9 +75,9 @@ my %meta_merge = (
             },
         },
         no_index => {
-            file => \ xs_files,
+            file    => \ xs_files,
+            package => [ 'MY', 'Glib::Object::Introspection::_FuncWrapper' ],
         },
-        package => [ 'MY', 'Glib::Object::Introspection::_FuncWrapper' ],
 );
 
 my $dep_success = eval <<__EOE__;
@@ -138,7 +138,7 @@ WriteMakefile(
   PREREQ_PM	=> \%PREREQ_PM,
   XSPROTOARG	=> '-noprototypes',
   MAN3PODS	=> \%pod_files,
-  META_MERGE => \%meta_merge,
+  META_MERGE	=> \%meta_merge,
   $deps->get_makefile_vars,
 );
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]