- New upstream release 0.42 - Properly handle thrown exceptions that stringify to the empty string before or after chomping (https://github.com/adrianh/test-class/pull/11) - This release by ETHER -> update source URL - Drop workaround for CPAN RT#85106, no longer neededepel9
parent
1312f88a7a
commit
82a9d2d3ae
@ -1,18 +0,0 @@
|
|||||||
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
|
|
@ -0,0 +1,11 @@
|
|||||||
|
--- META.yml
|
||||||
|
+++ META.yml
|
||||||
|
@@ -11,7 +11,7 @@ build_requires:
|
||||||
|
base: '0'
|
||||||
|
overload: '0'
|
||||||
|
configure_requires:
|
||||||
|
- Module::Build: '0.42'
|
||||||
|
+ Module::Build: '0.40'
|
||||||
|
dynamic_config: 1
|
||||||
|
generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.141170'
|
||||||
|
license: perl
|
Loading…
Reference in new issue