Simpler fix for FTBFS with Test::Spelling 0.23 (#1713565)
parent
188705de1c
commit
95f41ca95c
@ -1,42 +0,0 @@
|
|||||||
From cf4a5f17e1fdece8a28d256ef9b5c0689cb40f10 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
||||||
Date: Fri, 24 May 2019 10:28:31 +0200
|
|
||||||
Subject: [PATCH] =?UTF-8?q?Whitelist=20Mengu=C3=A9=20for=20spell=20checker?=
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
After upgrading Test-Spelling from 0.22 to 0.23 a new error emrged:
|
|
||||||
|
|
||||||
not ok 1 - POD spelling for lib/Test/Synopsis.pm
|
|
||||||
# Failed test 'POD spelling for lib/Test/Synopsis.pm'
|
|
||||||
# at xt/author/pod-spell.t line 11.
|
|
||||||
# Errors:
|
|
||||||
# Mengu
|
|
||||||
#
|
|
||||||
# All incorrect words, by number of occurrences:
|
|
||||||
# 1: Mengu
|
|
||||||
# Looks like you failed 1 test of 1.
|
|
||||||
|
|
||||||
This patch adds Mengué to the stopwords.
|
|
||||||
|
|
||||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
||||||
---
|
|
||||||
lib/Test/Synopsis.pm | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/lib/Test/Synopsis.pm b/lib/Test/Synopsis.pm
|
|
||||||
index 2e69d14..5abbae6 100644
|
|
||||||
--- a/lib/Test/Synopsis.pm
|
|
||||||
+++ b/lib/Test/Synopsis.pm
|
|
||||||
@@ -168,6 +168,7 @@ __END__
|
|
||||||
|
|
||||||
=for stopwords Goro blogged Znet Zoffix DOHERTY Doherty
|
|
||||||
KRYDE Ryde ZOFFIX Gr nauer Grünauer pm HEREDOC HEREDOCs DROLSKY
|
|
||||||
+ Mengué
|
|
||||||
|
|
||||||
=for test_synopsis $main::for_checked=1
|
|
||||||
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
|||||||
|
--- xt/author/pod-spell.t
|
||||||
|
+++ xt/author/pod-spell.t
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
+use utf8;
|
||||||
|
use Test::More;
|
||||||
|
|
||||||
|
# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
|
Loading…
Reference in new issue