Skip Menu |

This queue is for tickets about the Module-Generate CPAN distribution.

Report information
The Basics
Id: 132510
Status: resolved
Priority: 0/
Queue: Module-Generate

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

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



Subject: Undeclared dependency Types::Standard
t/01-idea.t fails without Types::Standard: ... Can't locate Types/Standard.pm in @INC (you may need to install the Types::Standard module) (@INC contains: ... .) at t/lib/Foo.pm line 4, <DATA> line 1580. BEGIN failed--compilation aborted at t/lib/Foo.pm line 4, <DATA> line 1580. Compilation failed in require at t/01-idea.t line 48, <DATA> line 1580. BEGIN failed--compilation aborted at t/01-idea.t line 48, <DATA> line 1580. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 1. t/01-idea.t ....... Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed ...
Thanks, I Remove the dependency. On Wed May 06 01:45:46 2020, SREZIC wrote: Show quoted text
> t/01-idea.t fails without Types::Standard: > > ... > Can't locate Types/Standard.pm in @INC (you may need to install the > Types::Standard module) (@INC contains: ... .) at t/lib/Foo.pm line 4, > <DATA> line 1580. > BEGIN failed--compilation aborted at t/lib/Foo.pm line 4, <DATA> line > 1580. > Compilation failed in require at t/01-idea.t line 48, <DATA> line > 1580. > BEGIN failed--compilation aborted at t/01-idea.t line 48, <DATA> line > 1580. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 2 just after 1. > t/01-idea.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > All 1 subtests passed > ...