bcrowell2 has asked for the wisdom of the Perl Monks concerning the following question:
I have a piece of open-source software (http://www.lightandmatter.com/ogr/ogr.html) that I wrote to run on Unix, but that also runs on Windows. Actually, I should say "ran," because apparently my installer script is broken in ActivePerl 5.8. Distilled to its essence, my installer script just looks like this:
with more lines to install more packages. I don't run Windows, so unfortunately I'm getting this report second-hand, without the exact error message. I've searched all over ActiveState's site, but no joy. I did find this this post on a mailing list, but it's short on specifics.use PPM; PPM::InstallPackage("package"=>"Date-Calc");
Can anyone help? Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ActivePerl 5.8 breaks PPM scripts?
by chromatic (Archbishop) on Dec 02, 2003 at 00:32 UTC | |
by Roger (Parson) on Dec 02, 2003 at 00:55 UTC | |
by bcrowell2 (Friar) on Dec 02, 2003 at 00:55 UTC |