markjugg has asked for the wisdom of the Perl Monks concerning the following question:
I'm thinking about writing an installer for Cascade. I'm looking for prior art of application installers before I re-invent another wheel.
Anyone have a recommendation for modules that are useful to write installers with? I want to query the user with a few questions, including some path names and some yes/no questions. Then various files will be copied into those locations. I'm thinking of writing for the command line environment now, but I may want to write a web-based installer later.
In my brief poking around, I found the Template::Toolkit has the kind of functionality I want, in its Makefile.PL: http://search.cpan.org/src/ABW/Template-Toolkit-2.10/Makefile.PL
It seems like there should be a slicker way, though. I looked to see what Module::Build could do for me, but it seems very focused on installing perl modules and not made to copy around arbitrary collections of files, as I'd like to.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: toolkits for Perl project installers?
by tachyon (Chancellor) on Sep 18, 2003 at 04:08 UTC | |
|
Re: toolkits for Perl project installers?
by barbie (Deacon) on Sep 18, 2003 at 10:31 UTC | |
|
Re: toolkits for Perl project installers?
by autarch (Hermit) on Sep 19, 2003 at 07:15 UTC |