I was wondering if anybody had good advise on how to create a
Makefile for a Perl application (i.e. not a _module_ but a
set of scripts). MakeMaker is pretty much targeted to the
Module setup. What do you guys do when you want to be able
to do "make dist", "make install" etc. but in a non-module
situation. Actually more like a regular installation of some
application (like Apache or whatever).
- pandr