[perl-Glib/stable-1-26] Fix building with perl <= 5.14
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib/stable-1-26] Fix building with perl <= 5.14
- Date: Wed, 3 Oct 2012 13:20:11 +0000 (UTC)
commit 4d735c904a4f358bf296d3699521f6ebdb6f5d70
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Wed Oct 3 15:18:29 2012 +0200
Fix building with perl <= 5.14
The ExtUtils::MakeMaker version shipped with perl <= 5.14 does not seem to
handle references in the meta information correctly.
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index f6d7d33..d12fb80 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -120,7 +120,7 @@ my %meta_merge = (
},
prereqs => {
configure => {
- requires => \%PREREQ_PM,
+ requires => {%PREREQ_PM}, # no direct ref for 5.14 compatibility
},
},
no_index => {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]