I've been doing some simple research on this, since I use podselect (part of the Pod-Parser distibution) in my Makefile.PL for creating the README, and I wondered whether my build environment would suddenly break. (fortunately, the README generation is only important for building the dist, and shouldn't break tests or installs).

I found that while Pod::Parser's documentation does say that "modern Perl releases (5.18 and higher) are going to remove Pod-Parser from core", as of 5.26.1, Pod::Parser is still listed in core (the most recent list on perldoc.perl.org). Running corelist Pod::PodParser still implies it's in core (I compared to the phrasing for corelist CGI, which explicitly says it's removed from core; Pod::Parser doesn't mention that, so that tells me corelist still thinks it's core). And corelist -a Pod::Parser shows that Pod::Parser itself has been updated since 5.18 was released:

v5.18.0 1.60 ... v5.19.1 1.61 ... v5.19.9 1.62 ... v5.21.9 1.63 ... ... v5.27.10 1.63
... so it's not like they didn't know it hadn't been removed from core as of 5.18. I would consider that a bug in the documentation -- since it says "are going to remove", but it's in the past, and hasn't happened yet.

Do others agree, or does my use of the word "core" (and my research results) not reflect the state of truly "core" by some technical definition?


In reply to Re: Extract selected sections of POD by pryrt
in thread Extract selected sections of POD by Anonymous Monk

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.