How would I pursue this error? Look at the XML::XPathEngine distribution and start looking for the error message somewhere around where it does Writing MYMETA.yml and MYMETA.json?

Hi,

Yes, finding the responsible file is what is required,

Might use something like Devel::Trace to narrow down the file responsible ... but it looks like MIROD/XML-XPathEngine-0.14/Makefile.PL is the file , this part

# add the license bit in META.yaml unless( `$^X -n -e'print if( m{license\\s*:\\s*perl})' Makefile`) { system $^X . q{ -p -i -e's{^((.*)distribution_type: module(.*))}{$ +1\n$2license: perl$3}m' Makefile}; }

Thats not likely to work on windows , but it probably doesn't have to ... I vaguely recall some linux distribution requiring perl distributions to include license before they would use it with their 5.8.x version of perl

However WriteMakefile could use a LICENSE option which is available since 6.31 (perl v5.10.0 and up)


In reply to Re: Can't find string terminator "'" anywhere before EOF at -e line 1. by beech
in thread Can't find string terminator "'" anywhere before EOF at -e line 1. by Cow1337killr

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.