Working With^H^H^HAround dh-make-perl
What if you want to do something non-standard?
- install stuff in arbitrary locations
- dynamically generate/run integration tests at packaging time
- provide some kind of hook for installed modules to find the stuff you installed at runtime
- control the name of the .deb package that gets created
- enforce dependencies on other .deb's
- Goals for TransGaming::PackageTools: all of the above, plus make it really easy to build packages:
% cd MyApplication % perl Makefile.PL % make deb # produces myapplication.deb