in reply to creating an installation script
What you want to achieve is something like this:
perl Makefile.PL make make test make install
The good news is that you probably have everything you may need. Just read ExtUtils::MakeMaker::Tutorial
I also suggest that you install Module::Starter and use it to start a sample project; take a look on the generated code and see how easy it is to write a Makefile.PL and basic tests.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: creating an installation script
by diamantis (Beadle) on Jun 12, 2007 at 17:39 UTC |