Subject: | Test::Exception should be a test_requires not a requires |
In the Makefile.PL, Test::Exception is listed as a "requires", which should be a "test_requires", since the Test::Exception code is only used in the test suite, and not in the installed code.
I have corrected this in my own proprietary build system locally (I can specify overrides and customizations to dependencies for precisely this issue, which is pretty common, unfortunately) , but when you next update this module, would you please make this trivial change to Makefile.PL?
Thanks.