hi

i'm trying to install a specific version of a module using ActiveState ppm3.

the problem i'm having is that when i search for the module "finance-yahooquote" it returns several different versions of it:
ppm> search yahooquote Searching in Active Repositories 1. finance-yahooquote [0.20] Gets stock quotes from Yahoo! Finance 2. finance-yahooquote [0.19] (none) 3. finance-yahooquote [0.20] Gets stock quotes from Yahoo! Finance 4. Finance-YahooQuote [0.17] Get a stock quote from Yahoo! 5. Finance-YahooQuote [0.18] (none) 6. finance-yahooquote [0.19] (none) 7. finance-yahooquote [0.20] (none)
Basically I want to install the newest version (0.20), but everytime I try to install the module, it only installs version 0.17.

Lets say I typed 'install 7' or 'install 3' which are versions 0.20, it will still automatically install version 0.17 for me.

I really need 0.20 instead of 0.17 because it is way more updated with extra features that I'm looking to use.

Is there anyway to bypass the ActivateState log for the module? I'm assuming it thinks 0.17 is the most updated version of this module and that when you install it it automatically installs 0.17 for you.

thanks! tanger

In reply to Installing specific module off PPM3 by tanger

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.