|
|
| P is for Practical | |
| PerlMonks |
Re^3: Automating CPAN Configurationby doc_faustroll (Scribe) |
| on May 12, 2006 at 17:48 UTC ( #549073=note: print w/ replies, xml ) | Need Help?? |
|
the pp packager from the PAR distribution works quite well, although you must thoroughly test the packaged executable on a sample of target machines. I have noticed that an occasional dependency is not picked up. A recent client was extremely frustrated when an executable did not work on one of their target machines even though it passed all tests on mock target machines. I added an additional runtime check -c to the pp call and that fixed the problem. you can install PAR via cpan. pp will be a part of the install. I myself would like to see a list of issues or problems that people have had with pp. I'm using it in a similar admin centric tool dev way that I anticipate you could be using it and it is working well for me. You should explicitly declare your use of modules at the top of your script, especially if you are using dbd modules rather than just load them within DBI.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||