This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
Dear Jeffrey Ryan Thalhammer,
    
This is a computer-generated test report for Perl-Critic-StricterSubs-0.02, 
created
automatically by CPAN::Reporter, version 0.45, and sent to the CPAN 
Testers mailing list.  If you have received this email directly, it is 
because the person testing your distribution chose to send a copy to your 
CPAN email address; there may be a delay before the official report is
received and processed by CPAN Testers.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

Sections of this report:

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

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

Additional comments from tester: 

[none provided]

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

Prerequisite modules loaded:

requires:

    Module                  Need  Have 
    ----------------------- ----- -----
    File::PathList          0     0.03 
    Perl::Critic            1.052 1.06 
    Perl::Critic::TestUtils 1.052 1.06 
    Perl::Critic::Utils     1.052 1.06 
    Perl::Critic::Violation 1.052 1.06 
    Test::Deep              0     0.096
    Test::More              0     0.70 

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

Environment variables:

    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\Program Files\ActiveState Perl Dev Kit 7.0\bin\;C:\Program 
Files\ActiveState Perl Dev Kit 6.9.92 beta\bin\;C:\Program Files\ActiveState 
Perl Dev Kit 6.9.90 
beta\bin\;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem\;C:\bin\;C:\MinGW\bin\
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    PROCESSOR_IDENTIFIER = x86 Family 15 Model 3 Stepping 3, GenuineIntel

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

    Perl: $^X = C:\Perl\bin\perl.exe
    UID:  $<  = 0
    EUID: $>  = 0
    GID:  $(  = 0
    EGID: $)  = 0
    Win32::GetOSName = WinXP/.Net
    Win32::GetOSVersion = Service Pack 2, 5, 1, 2600, 2, 2, 0, 256, 1
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9102 
    Cwd                 3.25   
    ExtUtils::CBuilder  0.19   
    ExtUtils::Command   1.13   
    ExtUtils::Install   1.41_01
    ExtUtils::MakeMaker 6.36   
    ExtUtils::Manifest  1.51_01
    ExtUtils::ParseXS   2.18   
    File::Spec          3.25   
    Module::Build       0.2808 
    Module::Signature   n/a    
    Test::Harness       2.64   
    Test::More          0.70   
    version             0.7203 

------------------------------
TEST OUTPUT
------------------------------

Output from 'C:\bin\dmake.EXE test':

C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib\lib', 'blib\arch')" t/*.t
t/20_policies........
#   Failed test 
'Perl::Critic::Policy::Subroutines::ProhibitQualifiedSubDeclarations->can('violates')'
#   at t/20_policies.t line 36.
#     
Perl::Critic::Policy::Subroutines::ProhibitQualifiedSubDeclarations->can('violates')
 failed
Unable to create policy 
'Perl::Critic::Policy::Subroutines::ProhibitQualifiedSubDeclarations': Can't 
locate object method "new" via package 
"Perl::Critic::Policy::Subroutines::ProhibitQualifiedSubDeclarations" (perhaps 
you forgot to load 
"Perl::Critic::Policy::Subroutines::ProhibitQualifiedSubDeclarations"?) at 
C:/Perl/site/lib/Perl/Critic/PolicyFactory.pm line 167.
 at C:/Perl/site/lib/Perl/Critic/PolicyFactory.pm line 168
        
Perl::Critic::PolicyFactory::create_policy('Perl::Critic::PolicyFactory=HASH(0x14fe82c)',
 '-name', 'Subroutines::ProhibitQualifiedSubDeclarations', '-params', 
'HASH(0x1459f4c)') called at C:/Perl/site/lib/Perl/Critic/Config.pm line 135
        
Perl::Critic::Config::add_policy('Perl::Critic::Config=HASH(0x1502624)', 
'-policy', 'Subroutines::ProhibitQualifiedSubDeclarations', '-config', 
'HASH(0x1459f4c)') called at C:/Perl/site/lib/Perl/Critic.pm line 53
        Perl::Critic::add_policy('Perl::Critic=HASH(0x150f9dc)', '-policy', 
'Subroutines::ProhibitQualifiedSubDeclarations', '-config', 'HASH(0x1459f4c)') 
called at C:/Perl/site/lib/Perl/Critic/TestUtils.pm line 53
        
Perl::Critic::TestUtils::pcritique_with_violations('Subroutines::ProhibitQualifiedSubDeclarations',
 'SCALAR(0x1459dfc)', 'HASH(0x1459f4c)') called at 
C:/Perl/site/lib/Perl/Critic/TestUtils.pm line 62
        
Perl::Critic::TestUtils::pcritique('Subroutines::ProhibitQualifiedSubDeclarations',
 'SCALAR(0x1459dfc)', 'HASH(0x1459f4c)') called at t/20_policies.t line 43
        eval {...} called at t/20_policies.t line 43
# Looks like you planned 62 tests but only ran 59.
# Looks like you failed 1 test of 59 run.
# Looks like your test died just after 59.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 59-62
        Failed 4/62 tests, 93.55% okay
t/40_criticize.......skipped
        all skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
t/93_version.........skipped
        all skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
t/94_includes........skipped
        all skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
t/95_kwalitee........skipped
        all skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
t/97_spelling........skipped
        all skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
t/98_pod_syntax......ok
t/99_pod_coverage....ok
Failed Test     Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/20_policies.t  255 65280    62    7  59-62
5 tests skipped.
Failed 1/8 test scripts. 4/74 subtests failed.
Files=8, Tests=74, 13 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
Failed 1/8 test programs. 4/74 subtests failed.
dmake.EXE:  Error code 255, while making 'test_dynamic'


--

Summary of my perl5 (revision 5 version 9 subversion 5 patchlevel 31613) 
configuration:
  Platform:
    osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT  
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing 
-DPERL_MSVCRT_READFIX',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='3.4.5', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"c:\perl\lib\CORE" -L"C:\MinGW\lib"'
    libpth=C:\MinGW\lib
    libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr 
-lwinmm -lversion -lodbc32 -lodbccp32
    perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool 
-lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 
-lmpr -lwinmm -lversion -lodbc32 -lodbccp32
    libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl59.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"c:\perl\lib\CORE" -L"C:\MinGW\lib"'

Reply via email to