Update: Having backed up everything and purged my machine, I retried both builds. The 813 msi still failed, but once I had again cleaned that off manually 815 msi installed clean. Also, AS have reverted from using javascript in their HTMLised docset in 815, so I can again use it with Opera without the annoyances described below.

I can't work out how to get the html for packages I've installed myself to show up in the AS index as they used to, but a clean Perl install is better than what I had.

</update>

Has anyone else had problems installing and/or using the last two AS perl 5.8.7 releases?

In particular,

  1. MSI installs that won't;

    Runs through to something like 95 or 98% completion then bellyaches about "a component of the installation gave the wrong return code", and then insists on backing out all the changes.

  2. HTML documentation that uses javascript and frames and is broken.

    When you expand an item in the index, the index get redrawn with the expanded item off the top of the frame so you cannot see it.

    Produces links in the HTMLized POD that use the IE extended url format that replaces the ':' in pathnames with '|', which other browsers don't understand and flag as a malicious attempt at misdirection.

  3. The Pod2HTML() subroutine that used to be a part of the ActivePerl::DocTools package seems to have gone walk-about.

    With the consequence that attempts to build CPAN packages that use EU::MM generated makefiles fail because that subroutine cannot be found.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

In reply to AS 5.8.7 (813 & 815) problems? by BrowserUk

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.