http://qs1969.pair.com?node_id=831553


in reply to Is there a way to upgrade a module by one version level via cpan, but not the latest version?

You can get/make/test/install RKINYON/DBM-Deep-1.0014.tar.gz
  • Comment on Re: Is there a way to upgrade a module by one version level via cpan, but not the latest version?
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: Is there a way to upgrade a module by one version level via cpan, but not the latest version?
by romandas (Pilgrim) on Mar 29, 2010 at 12:44 UTC
    So then, the answer is no? :) There isn't a way to do it via the cpan commandline?

      "So then, the answer is no?

      No, the answer given works.

      "There isn't a way to do it via the cpan commandline?"

      Yes, as previously advised by ikegami:

      cpan> install RKINYON/DBM-Deep-1.0014.tar.gz

        I think (s)he's talking about a cpan command line parameter, just like this:

        $ cpan RKINYON/DBM-Deep-1.0014.tar.gz

        (which appears to work just fine in my box).

        --
         David Serrano
         (Please treat my english text just like Perl code, i.e. feel free to notify me of any syntax, grammar, style and/or spelling error. Thank you!).