Skip Menu |

This queue is for tickets about the Class-Maker CPAN distribution.

Report information
The Basics
Id: 80618
Status: open
Priority: 0/
Queue: Class-Maker

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: (no value)



Subject: Fails tests due to not specifying test dependencies.
requires:    
    Algorithm::FastPermute:        0.05
    Array::Compare:                1.03
    Data::Dumper:                  0
    Error:                         0.15
    IO::Extended:                  0
    XML::LibXSLT:                  0

 


t/10_20_generator.t ........... Can't locate XML/Generator.pm in @INC (@INC contains: /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/lib /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/arch /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0 /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0 .) at t/10_20_generator.t line 14.


t/10_90_exception.t ........... 1/4 *WARN* class default => { .. } initing failed because reflex for class Error was not found at /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/lib/Class/Maker/Basic/Constructor.pm line 134.

t/10_80_attribute_handlers.t .. 1/? # $VAR1 = bless( {

t/20_10_basic_types_array.t ... Can't locate Data/Iter.pm in @INC (@INC contains: /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/lib /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/arch /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0 /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0 .) at /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/lib/Class/Maker/Types/Array.pm line 7.

t/test.t ...................... 1/2     predefined default desc = 'Role Descrition'
    predefined default name = 'Role Name'
*WARN* class default => { .. } initing failed because reflex for class Human::Role::Simple was not found at /home/kent/.cpanm/work/1352031529.531264/Class-Maker-0.06/blib/lib/Class/Maker/Basic/Constructor.pm line 134.
t/test.t ...................... ok  

 

Subject: Fails tests due to not specifying test dependencies ( Some don't exist on CPAN )

Installing XML::Generator and Data::Iter gets you a little further:

 

t/20_10_basic_types_array.t ... Can't locate Statistics/Tests/Wilcoxon.pm in @INC (@INC contains: /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/lib /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/arch /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0 /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0 .) at /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/lib/Class/Maker/Types/Array.pm line 11.
BEGIN failed--compilation aborted at /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/lib/Class/Maker/Types/Array.pm line 11.

However, we get stuck there, because cpan cant work out where 'Statistics::Tests::Wilcoxon' is supposed to come from , and in fact, doesn't exist anywhere on CPAN

 

http://grep.cpan.me/?q=Statistics%3A%3ATests%3A%3AWilcoxon

 

Subject: Re: [rt.cpan.org #80618] Fails tests due to not specifying test dependencies ( Some don't exist on CPAN )
Date: Mon, 5 Nov 2012 08:38:36 +0100
To: bug-Class-Maker [...] rt.cpan.org
From: Murat Uenalan <murat.uenalan [...] gmail.com>
Indeed, Statistics::Tests::Wilcoxon has not been uploaded to CPAN yet. Thx for taking the time to file a rt.cpan.org ticket. I Will have a look into that. Greetz, m! On Nov 4, 2012, at 1:31 PM, "Kent Fredric via RT" <bug-Class-Maker@rt.cpan.org> wrote: Show quoted text
> Queue: Class-Maker > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=80618 > > > Installing XML::Generator and Data::Iter gets you a little further: > > t/20_10_basic_types_array.t ... Can't locate Statistics/Tests/Wilcoxon.pm in > @INC (@INC contains: > /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/lib > /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/arch > /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux > /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0 > /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux > /home/kent/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0 .) at > /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/lib/Class/Maker/Types/Array.pm > line 11. > BEGIN failed--compilation aborted at > /home/kent/.cpanm/work/1352031896.531516/Class-Maker-0.06/blib/lib/Class/Maker/Types/Array.pm > line 11. > > However, we get stuck there, because cpan cant work out where > 'Statistics::Tests::Wilcoxon' is supposed to come from , and in fact, doesn't > exist anywhere on CPAN > > http://grep.cpan.me/?q=Statistics%3A%3ATests%3A%3AWilcoxon >