[libhtml-scrubber-perl] 04/30: Avoid pod-spell test failure from ABSTRACT text

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag release/0.16
in repository libhtml-scrubber-perl.

commit 74e9eefd08320ef895cc6b8b9020ef97b6fb9b02
Author: Paul Cochrane <paul at liekut.de>
Date:   Wed Jun 14 09:59:47 2017 +0200

    Avoid pod-spell test failure from ABSTRACT text
    
    It turns out that because the `:prelude` has to come after the
    Dist::Zilla `ABSTRACT` line that the text in the ABSTRACT comment is
    checked for spelling errors by the pod-spell test.  This test fails on
    Debian "stretch" Linux in Perl 5.20.3 with `Test::Spelling` version
    0.20, complaining about the word "html". (frustratingly, it *doesn't*
    fail on Travis, i.e. Ubuntu...).  Nevertheless, the fix is simple, one
    simply needs to capitalise the word "html" in the ABSTRACT and the test
    is happy again.
---
 lib/HTML/Scrubber.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/HTML/Scrubber.pm b/lib/HTML/Scrubber.pm
index 2a7b173..b838431 100644
--- a/lib/HTML/Scrubber.pm
+++ b/lib/HTML/Scrubber.pm
@@ -1,6 +1,6 @@
 package HTML::Scrubber;
 
-# ABSTRACT: Perl extension for scrubbing/sanitizing html
+# ABSTRACT: Perl extension for scrubbing/sanitizing HTML
 
 =begin :prelude
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git



More information about the Pkg-perl-cvs-commits mailing list