Subject: | Format::Human::Bytes requires Module::Install - why? |
You need Module::Install in order to get the module packaged, but
Module::Install puts itself into the 'inc' directory, so that the person
installing your module does not need it - it shouldn't be a requirement
in the Makefile.PL.
(caught this when working on Perl-Dist-Padre)