Subject: | Surprisingly limited support for subclassing |
1.) It would be nice if the MBTest and DistGen modules could be
published and better documented as they are very useful in testing
subclasses of Module::Build. DistGen in particular has Module::Build
hardcoded in a number of places and would need to be generalized.
2.) The ACTION_diff function seems surprisingly hardcoded. It would be
better if it went through the various install_types and ran
diff_${type}_files on each type.