Subject: | Useless dependency on Test::MockModule |
0.54 release lists Test::MockModule as a testing dependency, however it is not used anywhere:
petr@dhcp-0-146:/tmp/Net-GitHub-0.54 $ grep -Hnr Test::MockModule
META.yml:9: Test::MockModule: 0
Makefile.PL:22:test_requires 'Test::MockModule';
I propose to remove the dependency from Makefile.PL.