There certainly are some issues with incorporating Perl into the Linux Standard Base. However, it really should be done. Maybe it is just my biased viewpoint, but I think this requires give and take on both sides.

Perl as a language is a strange beast. It does whatever it does, and that may change highly between versions. In this way it doesn't lend itself at all to be standarized. Additionally, the most up-to-date specification of Perl (If you could call it that) is the documentation behind Perl 6. We are certainly not in a position currently to standardize support for Perl 6.

This leads to the conclusion that it isn't really the language, Perl, that is currently a de facto Linux standard. It's the application, perl, which is commonly used. In the Linux world, perl is everywhere, and any programmer can make a reasonable expectation to find perl 5.8 on a new system as released by the distribution designers. In this way, perl belongs to the "Commands and Utilities" section of the LSB, as listed here: http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/toccommand.html

After that outlook on perl, in relation to the LSB, has been established, the details are easy. Beyond having support for all the basic aspects of the Perl language, core modules need to be installed, and a language specification isn't needed. Basically what I mean to say in my humble, practical opinion, is that not much more is needed to pass realistic standards than having a modern /usr/bin/perl (5.8, heck, 5.6!) and core modules somewhere.

Just my two cents.


In reply to Re: Perl in LSB 3.2 by zshzn
in thread Perl in LSB 3.2 by ysth

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.