There are non way to configure cpan in order to limit it's search only to module revision suitable to my perl revision ?

No, unfortunately there is not. I'm sure patches are welcome :0)

The first thing I would try would be to download the package, modify the part of the dist that forces this requirement, and see if the tests still pass. If they do, I'd say you are safe to use it.

Next would be as others have suggested, to find a version of the dist that does install successfully with your version of perl.

If you can't get a version of the module working with your perl and you really need this module, you'll have to build a newer perl. See Re: 2nd Perl installation on Mac OSX

But matter what, you're going to have to learn how the module system works if you need this module. You're using a really old operating system, so you're not going to get much support. But rest assured there are still relatively simple ways to get it to do what you need.


In reply to Re^3: cpan try to install a module for a higher perl revision by trwww
in thread cpan try to install a module for a higher perl revision by earlati

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.