Subject: | Neet installation information in the README |
Not sure how to install ... so I did the following on windows:
perl Makefile.PL
I paused at this point and did a ppm install on each module
required. Most of them installed. One required an alternate
ppm site:
ppm rep add trouchelle.com http://trouchelle.com/ppm10/
ppm install <module::name>
I found one module failed to install so I downloaded it and
found most of its prerequisites in ppms ---
Module::Starter::Plugin::CGIApp
I tried to install it manually and found the tests would not
run on windows. I debugged them and put in an error report
with the fixes. Only the tests were found faulty ... the
code generated fine. Because they used signatures I found
they need to install a few GNU tools. But that is beyond this
entry ...
nmake
nmake test
nmake install
Then I noticed a Build.PL file so I did this as well:
perl Build.PL
Build
Build test
Build install
They both seemed to work okay. Are both necessary and which is the best
order if so? And can we add this into the docs of the README,
maybe a section on INSTALL.
Thanks ... David