Skip Menu |

This queue is for tickets about the Hades CPAN distribution.

Report information
The Basics
Id: 133244
Status: new
Priority: 0/
Queue: Hades

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

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



Subject: t/06-realms-test.t may fail under some conditions
It seems that t/06-realms-test.t fails if Moo is installed but Types::Standard is not: ... # Failed test 'use Keyword;' # at (eval 27) line 7. # Tried to use 'Keyword'. # Error: Can't locate Types/Standard.pm in @INC (you may need to install the Types::Standard module) (@INC contains: ... .) at t/lib/Keyword.pm line 5. # BEGIN failed--compilation aborted at t/lib/Keyword.pm line 5. # Compilation failed in require at (eval 28) line 4. # BEGIN failed--compilation aborted at (eval 28) line 4. # Failed test 'Keyword->can('has_thing')' # at (eval 27) line 19. # Keyword->can('has_thing') failed # Failed test 'delete $obj->{thing}' # at (eval 27) line 20. # Child (has_thing) exited without calling finalize() # Failed test 'has_thing' # at /usr/share/perl/5.24/Test/Builder.pm line 279. # Tests were run but no plan was declared and done_testing() was not seen. t/06-realms-test.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests ...