I'm trying to build the latest Archive::Zip from CPAN and I'm getting the following errors:

C:\perl64\packages\Archive-Zip-1.48>makefile Checking if your kit is complete... Looks good Bareword found where operator expected at ./Makefile.PL line 1, near " +17 gid" (Missing operator before gid?) Number found where operator expected at ./Makefile.PL line 2, near "18 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 2, near " +18 uid" (Missing operator before uid?) Number found where operator expected at ./Makefile.PL line 3, near "20 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 3, near " +20 ctime" (Missing operator before ctime?) Number found where operator expected at ./Makefile.PL line 4, near "20 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 4, near " +20 atime" (Missing operator before atime?) Number found where operator expected at ./Makefile.PL line 5, near "23 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 5, near " +23 SCHILY" (Missing operator before SCHILY?) Number found where operator expected at ./Makefile.PL line 6, near "23 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 6, near " +23 SCHILY" (Missing operator before SCHILY?) Number found where operator expected at ./Makefile.PL line 7, near "18 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 7, near " +18 SCHILY" (Missing operator before SCHILY?) ERROR from evaluation of C:\perl64\packages\Archive-Zip-1.48\PaxHeader +/Makefile.PL: syntax error at ./Makefile.PL line 1, near "17 gid"

The file Archive-Zip-1.48/PaxHeader/Makefile.PL:

17 gid=859227846 18 uid=1209014870 20 ctime=1434661972 20 atime=1434661969 23 SCHILY.dev=16777220 23 SCHILY.ino=10610141 18 SCHILY.nlink=2

Obviously isn't a perl script let alone a makefile.pl, but I'm not invoking that script, I'm running the makefile.pl in the top level subdirectory of the distribution, and I cannot follow how, when or why that file is being invoked.

Does any of this mean anything to anyone?


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!

In reply to Build problems with Archive::Zip? by BrowserUk

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.