locked_user sundialsvc4 has asked for the wisdom of the Perl Monks concerning the following question:
I'm using a hosting-service that has the cpanel control-panel software installed. (http://www.cpanel.net) It's rather nice and Perl-friendly, because it is written in Perl, and one of the nice things that it offers is the ability to install CPAN modules for a particular site through an easy web-oriented interface. Okay, I'm spoiled.
However, I now find that I must install an earlier version of a certain module in order to correct a problem. Question is... how might I easily do that, if not “through cpanel” then at least in such a way that I won't confuse it.
I naturally tried entering a string like V/VT/VTI/MojoX-Session-0.07.tar.gz, which is the magic when using cpan from the command-line, but their software quite-sensibly realizes that this string is not a well-formed CPAN package-name, as indeed it is not.
Suggestions?
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing less-than-current version of CPAN module using 'cpanel?'
by sflitman (Hermit) on Apr 08, 2009 at 04:52 UTC | |
|
Re: Installing less-than-current version of CPAN module using 'cpanel?'
by locked_user sundialsvc4 (Abbot) on Apr 08, 2009 at 11:49 UTC | |
by Anonymous Monk on Apr 08, 2009 at 11:54 UTC | |
by locked_user sundialsvc4 (Abbot) on Apr 08, 2009 at 19:37 UTC | |
by Anonymous Monk on Apr 11, 2009 at 03:09 UTC | |
|
Re: Installing less-than-current version of CPAN module using 'cpanel?'
by dolmen (Beadle) on May 22, 2009 at 14:07 UTC |