From 923f112786a70ca9d6c7623715c3ca3cb53394c1 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Thu, 14 Feb 2013 18:06:39 +0100 Subject: [PATCH] also remove EUMM version requirements from META files (because it seems that dh-make-perl is looking at this) --- META.json | 1 - META.yml | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index 23425f7..19f7008 100644 --- a/META.json +++ b/META.json @@ -49,7 +49,6 @@ }, "runtime" : { "requires" : { - "ExtUtils::MakeMaker" : "6.56", "Test::More" : "0", "XML::NamespaceSupport" : "1.07", "XML::SAX" : "0.11", diff --git a/META.yml b/META.yml index ab2bbc4..842707c 100644 --- a/META.yml +++ b/META.yml @@ -34,7 +34,6 @@ no_index: - t - inc requires: - ExtUtils::MakeMaker: 6.56 Test::More: 0 XML::NamespaceSupport: 1.07 XML::SAX: 0.11 -- 1.7.2.5