- Fix FTBFS with Test::Without::Module ≥ 0.19 (https://github.com/moose/Class-Load/pull/2) - Drop redundant Group: tag - Simplify find command using -deleteepel9
parent
08444920bb
commit
dc43d56bd1
@ -0,0 +1,3 @@
|
|||||||
|
from Config import *
|
||||||
|
addFilter("unexpanded-macro %description -l C %INC");
|
||||||
|
addFilter("spelling-error %description -l en_US filename -> ");
|
@ -0,0 +1,25 @@
|
|||||||
|
From 1f38167de051b0df00ca25ce8f351f9d8f3d21f1 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Paul Howarth <paul@city-fan.org>
|
||||||
|
Date: Fri, 7 Apr 2017 11:58:01 +0100
|
||||||
|
Subject: [PATCH] Fix test for Test::Without::Module 0.19
|
||||||
|
|
||||||
|
---
|
||||||
|
t/012-without-implementation.t | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/t/012-without-implementation.t b/t/012-without-implementation.t
|
||||||
|
index 9f47c52..3191b52 100644
|
||||||
|
--- a/t/012-without-implementation.t
|
||||||
|
+++ b/t/012-without-implementation.t
|
||||||
|
@@ -12,7 +12,7 @@ use Test::Without::Module qw( Class::Load::PP Class::Load::XS );
|
||||||
|
{
|
||||||
|
like(
|
||||||
|
exception { require Class::Load },
|
||||||
|
- qr/Class.Load.PP\.pm did not return a true value/,
|
||||||
|
+ qr!Can't locate Class/Load/PP\.pm in \@INC|Class.Load.PP\.pm did not return a true value!,
|
||||||
|
'error when loading Class::Load and no implementation is available includes errors from trying to load modules'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
--
|
||||||
|
2.9.3
|
||||||
|
|
Loading…
Reference in new issue