in reply to Re: creating an installation script
in thread creating an installation script

Is ExtUtils::MakeMaker appropriate for packaging a complete application or only for modules?

I wish to make an easy to use installation script for a perl/tk GUI frontend that is comprised of a .pl file, a .pm, some data files and it needs some external programs.

I currently have some problems installing sdist, par and pp (some error while making), so I was not able to try them yet.