Report for Module-Starter-Plugin-CGIApp-0.42

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Module-Starter-Plugin-CGIApp-0.42 v5.18.4 FreeBSD
Date: 2015-09-19T18:53:49Z

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 Jaldhar H. Vyas,

This is a computer-generated report for Module-Starter-Plugin-CGIApp-0.42
on perl 5.18.4, created by CPAN-Reporter-1.2015.

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:

none provided

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

Output from './Build test':

t/00-signature.t ........ skipped: Set the environment variable TEST_SIGNATURE to enable this test.
# Testing Module::Starter::Plugin::CGIApp 0.41, Perl 5.018004, /usr/perl5.18.4p/bin/perl5.18.4
t/01-load.t ............. ok
Can't create /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/t/Example-Dist/01-load.t/#!/usr/bin/perl

# Test to see if the module loads correctly.
use warnings;
use strict;
use Test::More tests => 2;

BEGIN {

    use_ok('Foo::Bar');

    use_ok('Foo::Baz');

}

diag(

    "Testing Foo::Bar $Foo::Bar::VERSION, Perl $], $^X\n",

    "Testing Foo::Baz $Foo::Baz::VERSION, Perl $], $^X\n",

);
: Datei oder Verzeichnis nicht gefunden
 at /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib/Module/Starter/Simple.pm line 1581.
	Module::Starter::Simple::create_file(Module::Starter=HASH(0x43cd55e8), "/home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-C"..., undef) called at /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib/Module/Starter/Simple.pm line 1288
	Module::Starter::Simple::_create_t(Module::Starter=HASH(0x43cd55e8), "01-load.t", "#!/usr/bin/perl\x{a}\x{a}# Test to see if the module loads correctly."...) called at /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/blib/lib/Module/Starter/Plugin/CGIApp.pm line 266
	Module::Starter::Plugin::CGIApp::create_t(Module::Starter=HASH(0x43cd55e8), "Foo::Bar", "Foo::Baz") called at /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/blib/lib/Module/Starter/Plugin/CGIApp.pm line 127
	Module::Starter::Plugin::CGIApp::create_distro("Module::Starter", "distro", "Example-Dist", "modules", ARRAY(0x43cd52d0), "dir", "/home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-C"..., "author", "Jaldhar H. Vyas", ...) called at t/common.pm line 100
	common::run_tests("eumm") called at t/extutils-makemaker.t line 9
t/extutils-makemaker.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't create /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/t/Example-Dist/00-signature.t/#!/usr/bin/perl

# Test if the modules signature is valid.
use warnings;
use strict;
use Test::More;

if ( !$ENV{TEST_SIGNATURE} ) {
    plan skip_all =>
      'Set the environment variable TEST_SIGNATURE to enable this test.';
}

elsif ( !eval { require Module::Signature; 1 } ) {
    plan skip_all => 'Next time around, consider install Module::Signature, '
      . 'so you can verify the integrity of this distribution.';
}
elsif ( !-e 'SIGNATURE' ) {
    plan skip_all => 'SIGNATURE not found';
}
elsif ( -s 'SIGNATURE' == 0 ) {
    plan skip_all => 'SIGNATURE file empty';
}
elsif ( !eval { require Socket; Socket::inet_aton('pool.sks-keyservers.net') } )
{
    plan skip_all =>
      'Cannot connect to the keyserver to check module signature';
}
else {
    plan tests => 1;
}

my $ret = Module::Signature::verify();
SKIP: {
    skip 'Module::Signature cannot verify', 1
      if $ret eq Module::Signature::CANNOT_VERIFY();

    cmp_ok $ret, '==', Module::Signature::SIGNATURE_OK(), 'Valid signature';
}

: Dateiname zu lang
 at /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib/Module/Starter/Simple.pm line 1581.
	Module::Starter::Simple::create_file(Module::Starter=HASH(0x41cd01b0), "/home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-C"..., undef) called at /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib/Module/Starter/Simple.pm line 1288
	Module::Starter::Simple::_create_t(Module::Starter=HASH(0x41cd01b0), "00-signature.t", "#!/usr/bin/perl\x{a}\x{a}# Test if the modules signature is valid.\x{a}us"...) called at /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/blib/lib/Module/Starter/Plugin/CGIApp.pm line 266
	Module::Starter::Plugin::CGIApp::create_t(Module::Starter=HASH(0x41cd01b0), "Foo::Bar", "Foo::Baz") called at /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/blib/lib/Module/Starter/Plugin/CGIApp.pm line 127
	Module::Starter::Plugin::CGIApp::create_distro("Module::Starter", "distro", "Example-Dist", "modules", ARRAY(0x41ccee70), "dir", "/home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-C"..., "author", "Jaldhar H. Vyas", ...) called at t/common.pm line 100
	common::run_tests("mb") called at t/module-build.t line 9
t/module-build.t ........ 
Dubious, test returned 63 (wstat 16128, 0x3f00)
No subtests run 
Can't create /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/t/Example-Dist/boilerplate.t/#!/usr/bin/perl

# Some tests to make sure you are not using default placeholders from the
# templates.  Remove this file after you have customized the distribution.
use strict;
use warnings;
use English qw( -no_match_vars );
use Test::More tests => 4 + 2;

sub not_in_file_ok {
    my ( $filename, %regex ) = @_;
    open my $fh, '<', $filename
        or die "couldn't open $filename for reading: $ERRNO";

    my %violated;

    while ( my $line = <$fh> ) {
        while ( my ( $desc, $regex ) = each %regex ) {
            if ( $line =~ $regex ) {
                push @{ $violated{$desc} ||= [] }, $NR;
            }
        }
    }
    close $fh or die "Close failed: $ERRNO";

    if (%violated) {
        fail("$filename contains boilerplate text");
        for ( keys %violated ) {
            diag "$_ appears on lines @{$violated{$_}}";
        }
    }
    else {
        pass("$filename contains no boilerplate text");
    }
    return;
}

sub module_boilerplate_ok {
    my ($module) = @_;
    not_in_file_ok(
        $module => 'the great new $MODULENAME' => qr/\Q - The great new \E/msx,
        'boilerplate description'  => qr/\QQuick summary of what the module\E/msx,
        'stub function definition' => qr/function[12]/msx,
    );
    return;
}

not_in_file_ok(
    'Makefile.PL' => 'Abstract' => qr/\QAbstract goes here.\E/msx,
);

not_in_file_ok(
    LICENSE => 'License terms' => qr/\QInsert license text here.\E/msx,
);

not_in_file_ok(
    README => 'The README is used...' => qr/\QThe README is used\E/msx,
    "'version information here'" => qr/\Qto provide version information\E/msx,
);

not_in_file_ok( Changes => 'placeholder date/time' => qr{Date/time}msx );


module_boilerplate_ok('lib/Foo/Bar.pm');

module_boilerplate_ok('lib/Foo/Baz.pm');


: Dateiname zu lang
 at /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib/Module/Starter/Simple.pm line 1581.
	Module::Starter::Simple::create_file(Module::Starter=HASH(0x41cd01b0), "/home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-C"..., undef) called at /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib/Module/Starter/Simple.pm line 1288
	Module::Starter::Simple::_create_t(Module::Starter=HASH(0x41cd01b0), "boilerplate.t", "#!/usr/bin/perl\x{a}\x{a}# Some tests to make sure you are not using "...) called at /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/blib/lib/Module/Starter/Plugin/CGIApp.pm line 266
	Module::Starter::Plugin::CGIApp::create_t(Module::Starter=HASH(0x41cd01b0), "Foo::Bar", "Foo::Baz") called at /home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-CGIApp-0.42-jdVoCl/blib/lib/Module/Starter/Plugin/CGIApp.pm line 127
	Module::Starter::Plugin::CGIApp::create_distro("Module::Starter", "distro", "Example-Dist", "modules", ARRAY(0x41ccee70), "dir", "/home/cpansand/.cpan/build/2015091918/Module-Starter-Plugin-C"..., "author", "Jaldhar H. Vyas", ...) called at t/common.pm line 100
	common::run_tests("mi") called at t/module-install.t line 9
t/module-install.t ...... 
Dubious, test returned 63 (wstat 16128, 0x3f00)
No subtests run 

Test Summary Report
-------------------
t/extutils-makemaker.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/module-build.t      (Wstat: 16128 Tests: 0 Failed: 0)
  Non-zero exit status: 63
  Parse errors: No plan found in TAP output
t/module-install.t    (Wstat: 16128 Tests: 0 Failed: 0)
  Non-zero exit status: 63
  Parse errors: No plan found in TAP output
Files=5, Tests=1,  6 wallclock secs ( 0.07 usr  0.02 sys +  1.59 cusr  0.29 csys =  1.98 CPU)
Result: FAIL
Failed 3/5 test programs. 0/1 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module                Need  Have    
    --------------------- ----- --------
    File::ShareDir        1.00  1.102   
    HTML::Template        0     2.95    
    Module::Starter       0     1.71    
    perl                  5.008 5.018004

build_requires:

    Module                Need  Have    
    --------------------- ----- --------
    File::Copy::Recursive 0     0.38    
    File::DirCompare      0     0.7     
    Test::MockTime        0     0.15    
    Test::More            0     1.001014
    Time::Piece           1.12  1.29    

configure_requires:

    Module                Need  Have    
    --------------------- ----- --------
    Module::Build         0.38  0.4214  


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

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/arch:/home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 94047
    PERL5_CPAN_IS_RUNNING = 94047
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 91856,94047
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2015091918/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2015091918

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

    $^X = /usr/perl5.18.4p/bin/perl5.18.4
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.150005
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280223
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 7.04    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4214  
    Module::Signature   0.79    
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9912  


--

Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.18.4p'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, 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  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at Apr  4 2015 13:03:15
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/arch:/home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="94047"
    PERL5_CPAN_IS_RUNNING="94047"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="91856,94047"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2015091918/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/arch
    /home/cpansand/.cpan/build/2015091918/Module-Starter-1.71-3u0CY0/blib/lib
    /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/site_perl/5.18.4
    /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/5.18.4
    .