Skip Menu |

This queue is for tickets about the MooseX-Types-Parameterizable CPAN distribution.

Report information
The Basics
Id: 75119
Status: open
Priority: 0/
Queue: MooseX-Types-Parameterizable

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

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



Subject: Tests fail with current Moose
PERL_DL_NONLAZY=1 /home/autarch/perl5/perlbrew/perls/perl- 5.14.2/bin/perl5.14.2 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ................................. ok t/01-types-parameterizable.t ................ ok t/02-types-parameterizable-extended.t ....... ok t/03-coercions.t ............................ ok t/04-types-parameterizable-parameterized.t .. ok t/05-pod-examples.t ......................... ok t/06-anonymous.t ............................ ok t/07-no-message.t ........................... ok t/08-custom-messages.t ...................... ok Attribute (name) does not pass the type constraint because: 'ARRAY(0x32deb78)' is too long (max length 5) at accessor Person::name (defined at t/09-coercions-bug.t line 62) line 8 Person::name('Person=HASH(0x32de3b0)', 'ARRAY(0x32deb78)') called at t/09-coercions-bug.t line 68 # Tests were run but no plan was declared and done_testing() was not seen. t/09-coercions-bug.t ........................
RT-Send-CC: ether [...] cpan.org
Jnap any news on this? Matrix http://matrix.cpantesters.org/?dist=MooseX-Types-Parameterizable+0.08 looks "perfectly dreadful" :) I myself do not have a use for the module, a run of "test my dependents" revealed this. Hence repoking.
On Thu Jan 23 11:57:41 2014, RIBASUSHI wrote: Show quoted text
> Jnap any news on this? Matrix > http://matrix.cpantesters.org/?dist=MooseX-Types-Parameterizable+0.08 > looks "perfectly dreadful" :) > > I myself do not have a use for the module, a run of "test my > dependents" revealed this. Hence repoking.
I just tried the somewhat later version from https://raw.githubusercontent.com/jjn1056/MooseX-Types-Parameterizable/master/t/09-coercions-bug.t got the same error, albeit from a different line number
On Sat Feb 18 12:20:57 2012, DROLSKY wrote: Show quoted text
> PERL_DL_NONLAZY=1 /home/autarch/perl5/perlbrew/perls/perl- > 5.14.2/bin/perl5.14.2 "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'inc', 'blib/lib', 'blib/arch')" t/*.t > t/00-load.t ................................. ok > t/01-types-parameterizable.t ................ ok > t/02-types-parameterizable-extended.t ....... ok > t/03-coercions.t ............................ ok > t/04-types-parameterizable-parameterized.t .. ok > t/05-pod-examples.t ......................... ok > t/06-anonymous.t ............................ ok > t/07-no-message.t ........................... ok > t/08-custom-messages.t ...................... ok > Attribute (name) does not pass the type constraint because: > 'ARRAY(0x32deb78)' is too long (max length 5) at accessor Person::name > (defined at t/09-coercions-bug.t line 62) line 8 > Person::name('Person=HASH(0x32de3b0)', 'ARRAY(0x32deb78)') > called at t/09-coercions-bug.t line 68 > # Tests were run but no plan was declared and done_testing() was not > seen. > t/09-coercions-bug.t ........................
This test continues to fail when using cpanm to install versus either perl-5.26.0 or perl 5 blead (125cf574559a697ab2dd31760c79d7c98f3479c Nov 01 2017).