Components of TransGaming::PackageTools: Support for Module::Install
- Makefile.PL is invoked by dh-make-perl at .deb packaging time
- we can alter its behaviour to get what we want
- Module::Install has more flexibility than ExtUtils::MakeMaker and Module::Build
- Don't look in there!
- We provide a custom Module::Install::Base subclass ('extension'?):
Module::Install::PRIVATE::TransGaming