I have seen this error message occur when the version of the module that you're trying to install does not match the version of Perl (you can get more information about a particular search result using ppm's "describe" command). In the example below I try to install a ppm for MoreUtils that was built for 5.8 onto Perl 5.6.

C:\>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread
extraneous output deleted
ppm> desc 3 ==================== Package 3: Name: List-MoreUtils Version: 0.16 Author: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> Title: List-MoreUtils Abstract: Provide the stuff missing in List::Util Location: Kobes Available Platforms: 1. MSWin32-x86-multi-thread-5.8 ==================== ppm> i 3 Package 3: Error: no suitable installation target found for package List-MoreUtil +s. ppm>
I chose a different module from the results list and MoreUtils installed just fine.


In reply to Re: Inconsistency in PPM "search" and "install" by bobf
in thread Inconsistency in PPM "search" and "install" by monkfan

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.