Subject: | Makefile.PL requires inc::module::install, but it's not bundled |
Hi,
I regularly use your devel::fail::* modules for testing purposes, and now find that
d::f::maketest's makefile.PL tries to load 'inc::module::install', but it's not part of the
distribution. This means it fails much earlier than 'make test' ;)
$ ls
./ MANIFEST* Makefile.PL* lib/
../ META.yml* README* t/
$ cat MANIFEST
lib/Devel/Fail/MakeTest.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
t/fail.t
t/pod-coverage.t
t/pod.t
$