A quick look at its Makefile.PL shows two things. First, it uses "Module::Install" via a use inc::Module::Install; line. And, second, near the end, a call to auto_install. Reading the docs on Module::Install shows that "[t]he use of auto_install is strongly discouraged in any distribution to be uploaded to the CPAN, as the use of it violates the normal CPAN client to toolchain communication protocol." That seems to me to mean that it's probably a bug: the author of JSON::Any is using a feature in a way unintended by the author.

Simply removing that line from the Makefile.PL will eliminate this behaviour, though whatever dependency it's trying to suck in won't be met and you'll need to install those first.


In reply to Re: problem installing JSON-ANY by Tanktalus
in thread problem installing JSON-ANY by iang

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.