Skip Menu |

This queue is for tickets about the Test2-Tools-Explain CPAN distribution.

Report information
The Basics
Id: 131083
Status: new
Priority: 0/
Queue: Test2-Tools-Explain

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Wrongly declared dependency on Test2::Suite
Makefile.PL declares a dependency on Test2::Suite, but the module is nowhere used: $ grep -Hnr Test2::Suite lib/Test2/Tools/Explain.pm:29:L<Test2::Suite> dropped the C<explain()> function that had been META.yml:21: Test2::Suite: '0' META.json:35: "Test2::Suite" : "0", Makefile.PL:19: 'Test2::Suite' => 0, README.md:4:Test2::Suite dropped the `explain()` function that had been Maybe you wanted to declare a dependency on Test2::Bundle::Extended that is used by the tests (t/explain.t:6).