very technical and verbose specification of things

Several of us on #win32 had been speaking very vaguely, so I was trying to break the problem down so individual parts could be addressed discretely. Mea culpa.

I'll add just a few notes in response. I appreciate the thought you've put into it. I definitely need someone with your kind of compiler-fu. As I start taking this towards a proof-of-concept, I'll certainly want to get more of your input.

What you call Alien::Base is conceptually what my distributions have as inc::Alien::Util

Yes, though it would also include tools for interrogating a system to determine if external dependencies were already satisfied or for getting metadata about installed external dependencies.

The "PAL" files are to me just a special case of make dist

It was intended generically. It could be PPM's in the end, or it could be zip/tgz files. I didn't want presuppose a particular solution.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.


In reply to Re^2: RFC: Portable Alien Library System by xdg
in thread RFC: Portable Alien Library System by xdg

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.