Hi Monks,

looking on CPANTS (https://cpants.cpanauthors.org/) I noticed the issue "no_pax_headers" for a number of modules. I asked chatgpt and it told me that you can check a tarball for these headers as follows:

tar --list --verbose --file=My-Module-0.01.tar.gz | grep -i pax

Being curious, I tried this command with a number of modules that have this issue, but I never got an output. I also checked the output of tar -tvf My-Module-0.01.tar.gz and found no PaxHeaders. Btw, for a number of modules my tar (GNU tar 1.34 on linux) printed warnings such as:

tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'

but not always, e.g. running the command for Inline-Python-0.58.tar.gz and Config-INI-RefVars-0.21.tar.gz did not produce such warnings. So these warnings seem not to be related to pax headers issue.

I do not have a problem with this on my machine, but I would like to understand what's going on: How is it that Kwalitee on CPANTS sees these PaxHeaders, but my tar does not?


In reply to Why does CPANTS show PaxHeaders (no_pax_headers issue) but my tar does not see them? by Darkwing

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.