Template-Plugin-Filter-HTMLScrubber v0.03 Perl 5 v5.26.1 OpenBSD.amd64-openbsd

Status
Fail
From
Alceu Rodrigues de Freitas Junior
Dist
Template-Plugin-Filter-HTMLScrubber v0.03
Platform
Perl 5 v5.26.1 OpenBSD.amd64-openbsd
Date
2018-01-10 01:53:04
ID
ff3b6a8c-f5a8-11e7-9b9b-e2ba377b27c5
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Yu Isobe,

This is a computer-generated report for Template-Plugin-Filter-HTMLScrubber-0.03
on perl 5.26.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/01.use-plugin-with-tt.t t/perlcritic.t t/pod-coverage.t t/pod.t
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
# Testing Template::Plugin::Filter::HTMLScrubber 0.03
t/00.load.t ................ ok
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
t/01.use-plugin-with-tt.t .. ok

#   Failed test 'Test::Perl::Critic for "blib/lib/Template/Plugin/Filter/HTMLScrubber.pm"'
#   at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Test/Perl/Critic.pm line 96.
# 
# Perl::Critic found these violations in "blib/lib/Template/Plugin/Filter/HTMLScrubber.pm":
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 1.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 10.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 17.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 24.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 52.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 18, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 22.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 20, column 22.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 78, column 20.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 78, column 34.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 79, column 13.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 79, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 79, column 30.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 79, column 39.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 79, column 39.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 79, column 49.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 83, column 5.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 83, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 83, column 52.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 83, column 52.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 84, column 23.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 86, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 87, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 87, column 30.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 89, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 91, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 94, column 1.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 95, column 10.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 95, column 17.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 95, column 24.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 97, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 98, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 100, column 10.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 100, column 10.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Use of low precedence operators is not allowed at line 100, column 23.  Replace low precedence operators with the high precedence substitutes.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 100, column 33.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 100, column 33.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 101, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 101, column 18.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 101, column 18.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 102, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 102, column 18.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 102, column 18.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 104, column 13.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 104, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Use of low precedence operators is not allowed at line 104, column 26.  Replace low precedence operators with the high precedence substitutes.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 104, column 36.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 104, column 36.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 105, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 105, column 18.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 105, column 18.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 106, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 108, column 13.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 108, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 109, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 109, column 18.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 109, column 18.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 112, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 115, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 116, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 118, column 15.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 119, column 53.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 120, column 53.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 123, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 123, column 20.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 123, column 45.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 124, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 124, column 22.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 125, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 125, column 21.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 127, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 127, column 18.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 127, column 35.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 129, column 12.  (no explanation).  (Severity: 5)
# Looks like you failed 1 test of 1.
t/perlcritic.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
t/pod-coverage.t ........... ok
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
Redundant argument in sprintf at /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0/inc/Spiffy.pm line 222.
t/pod.t .................... ok

Test Summary Report
-------------------
t/perlcritic.t           (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=5, Tests=9,  2 wallclock secs ( 0.03 usr  0.06 sys +  1.23 cusr  0.53 csys =  1.85 CPU)
Result: FAIL
Failed 1/5 test programs. 1/9 subtests failed.
*** Error 255 in /mnt/cpan_build_dir/goku/Template-Plugin-Filter-HTMLScrubber-0.03-0 (Makefile:775 'test_dynamic')

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                   Need Have   
    ------------------------ ---- -------
    Carp                     0    1.38   
    HTML::Scrubber           0    0.17   
    Template                 0    2.27   
    Template::Plugin::Filter 0    1.38   
    Test::Perl::Critic       0    1.03   
    Test::Pod                0    1.51   
    Test::Pod::Coverage      0    1.10   

build_requires:

    Module                   Need Have   
    ------------------------ ---- -------
    ExtUtils::MakeMaker      0    7.31_05


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    DBD_MYSQL_TESTDB = test
    DBD_MYSQL_TESTHOST = localhost
    DBD_MYSQL_TESTPASSWORD = 
    DBD_MYSQL_TESTPORT = 3306
    DBD_MYSQL_TESTUSER = goku
    EXTENDED_TESTING = 1
    PATH = /home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin:/home/goku/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 32368
    PERL5_CPAN_IS_RUNNING = 32368
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 28709,32368
    PERLBREW_HOME = /home/goku/.perlbrew
    PERLBREW_MANPATH = /home/goku/perl5/perlbrew/perls/perl-5.26.1/man
    PERLBREW_PATH = /home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin
    PERLBREW_PERL = perl-5.26.1
    PERLBREW_ROOT = /home/goku/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.82
    PERLBREW_VERSION = 0.82
    PERL_CR_SMOKER_CURRENT = Template-Plugin-Filter-HTMLScrubber-0.03
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/goku/perl5/perlbrew/perls/perl-5.26.1/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 998 998 1001
    $EGID = 998 998 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.31_05 
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.31_05 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302120
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
   
  Platform:
    osname=openbsd
    osvers=6.2
    archname=OpenBSD.amd64-openbsd
    uname='openbsd cpan-smoker-openbsd 6.2 generic.mp#134 amd64 '
    config_args='-de -Dprefix=/home/goku/perl5/perlbrew/perls/perl-5.26.1 -Aeval:scriptdir=/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
    optimize='-O2'
    cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.2.1 Compatible OpenBSD Clang 4.0.0 (tags/RELEASE_400/final)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lpthread -lm -lutil -lc
    perllibs=-lpthread -lm -lutil -lc
    libc=/usr/lib/libc.so.90.0
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags='-DPIC -fPIC '
    lddlflags='-shared -fPIC  -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Locally applied patches:
    Devel::PatchPerl 1.48
  Built under openbsd
  Compiled at Dec 20 2017 18:45:59
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="32368"
    PERL5_CPAN_IS_RUNNING="32368"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="28709,32368"
    PERLBREW_HOME="/home/goku/.perlbrew"
    PERLBREW_MANPATH="/home/goku/perl5/perlbrew/perls/perl-5.26.1/man"
    PERLBREW_PATH="/home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin"
    PERLBREW_PERL="perl-5.26.1"
    PERLBREW_ROOT="/home/goku/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.82"
    PERLBREW_VERSION="0.82"
    PERL_CR_SMOKER_CURRENT="Template-Plugin-Filter-HTMLScrubber-0.03"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/OpenBSD.amd64-openbsd
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/OpenBSD.amd64-openbsd
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1