A common problem with getting PPM to work in Activestate (at least 5.6.1) comes when one moves Perl.

I've sent this off to the Activestate mailing list, but thought that it might be welcome here too.

The problem comes from moving Perl.
In addition to moving the entire perl tree from c:\perl to (say) x:\bin\perl I've had to : to get my installation to work in the new area.

It results from Activestate autoinstalling into c:\perl, causing Config.pm to be peppered with c:\perl references. Moving Perl breaks these (one also should alter the registry keys in Perl and Activestate).

PPM.pm cryptically warns that this is broken (round lines 80 to 110)

I think Line 105 attempts to cause program termination by 'return(-1)'
It doesn't work (die() might be a better option!)

CD

-- Butlerian Jihad now!

In reply to Re: ActiveState using a SOAP server for PPM? by thoglette
in thread ActiveState using a SOAP server for PPM? by mvaline

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.