[perl-Cairo-GObject] Fix specification of requirements in the META files



commit 928f9f32161f2208b12c57d831f61e852ae1d2c0
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Tue Jan 7 22:51:43 2014 +0100

    Fix specification of requirements in the META files

 Makefile.PL |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 060498d..6f3f134 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,11 @@ our %meta_merge = (
     'author' => ['gtk2-perl Team <gtk-perl-list at gnome dot org>'],
     # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license
     license             => 'lgpl_2_1',
-    'configure_requires'    => \%pre_reqs,
+    prereqs => {
+        configure => {
+            requires => {%pre_reqs}, # no direct ref for 5.14 compatibility
+        },
+    },
     'release_status'        => 'stable',
     'resources'   => {
         'bugtracker'    => {


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