I am using Windows XP, ActiveState Perl 5.8.8, build 820.

In pursuit of duplicating your problem, I attempted to install MIME-Lite-HTML-1.22. Unfortunately it would not pass two of its tests because, as the error message says, "symbolic links are not supported on this system". Consequently this will not install (except perhaps with force). Are you sure this is supposed to work on Windows? How did you get past this?

I will paste below attempts to run the failing tests one at time.

C:\DOCUME~1\ALLUSE~1\DOCUME~1\WEBDOW~1\perl\mime\MIME-Lite-HTML-1.22>perl -Mblib t\20create_image_part.t
ln: symbolic links are not supported on this system
You said to run 0 tests! You've got to run something.
# Looks like your test died before it could output anything.

C:\DOCUME~1\ALLUSE~1\DOCUME~1\WEBDOW~1\perl\mime\MIME-Lite-HTML-1.22>perl -Mblib t\50generic.t
ln: symbolic links are not supported on this system
1..0 # Skip Error on link C:/DOCUME~1/ALLUSE~1/DOCUME~1/WEBDOW~1/perl/mime/MIME-Lite-HTML-1.22/t!


In reply to Re^2: problem with pp packager by mnooning
in thread problem with pp packager by xiao_B

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.