You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
552 B
19 lines
552 B
From a56c1fb7ac5df6537a0821ac26f284fd605e19c9 Mon Sep 17 00:00:00 2001
|
|
From: Lubomir Rintel <lkundrak@v3.sk>
|
|
Date: Tue, 14 Jan 2014 16:05:48 +0100
|
|
Subject: [PATCH] Lower Module::Build requirement
|
|
|
|
diff --git a/META.yml b/META.yml
|
|
index 7ba3bd4..30c6505 100644
|
|
--- a/META.yml
|
|
+++ b/META.yml
|
|
@@ -6,7 +6,7 @@ build_requires:
|
|
IO::File: 1.09
|
|
Test::Exception: 0.25
|
|
configure_requires:
|
|
- Module::Build: 0.42
|
|
+ Module::Build: 0.40
|
|
dynamic_config: 1
|
|
generated_by: 'Module::Build version 0.4203, CPAN::Meta::Converter version 2.132830'
|
|
license: perl
|