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


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

So then, the answer is no? :) There isn't a way to do it via the cpan commandline?

Replies are listed 'Best First'.
Re^3: Is there a way to upgrade a module by one version level via cpan, but not the latest version?
by marto (Cardinal) on Mar 29, 2010 at 12:49 UTC

    "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!).