skx has asked for the wisdom of the Perl Monks concerning the following question:

I've written a couple of projects in the past which are almost completely perl.

To allow the user to install them I supply a Makefile which will install to /usr/local, but increasingly I'm receiving mail asking for the ability to install beneath a given "prefix".

As I see it I could easily add such support to the makefiles I currently ship, but I suspect I'd be better off using a perl-based installer.

Perhaps something like Module/Build? I'm completely clueless when it comes to the alternatives - although I've frequently installed software with "perl Makefile.PL", etc.

Does anybody have any suggestions, or tips?

For reference most of the software includes a few manpages, a couple of binaries, and a collection of HTML::Template files.

  • Comment on Creating platform independent installers?

Replies are listed 'Best First'.
Re: Creating platform independent installers?
by jhourcle (Prior) on Jul 19, 2005 at 18:59 UTC
      Yeah, this topic is pretty hot right now and somewhat a can of worms. Good luck with whatever you decide to use!
Re: Creating platform independent installers?
by samtregar (Abbot) on Jul 19, 2005 at 22:31 UTC