[perl-Glib-Object-Introspection] Properly specify our dependencies



commit 0cbb18e348afa246275bb12ede33e3ac178bb34a
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jul 31 21:37:32 2012 +0200

    Properly specify our dependencies
    
    With the switch to the META spec version 2, the way we specify our dependencies
    needs to change.

 Makefile.PL |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 70cb2ad..5a8a909 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -69,7 +69,11 @@ my %meta_merge = (
                     web     => 'http://git.gnome.org/browse/perl-Glib-Object-Introspection',
             },
         },
-        configure_requires => \%PREREQ_PM,
+        prereqs => {
+            configure => {
+                requires => \%PREREQ_PM,
+            },
+        },
         no_index => {
             file => \ xs_files,
         },



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