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).