in reply to Term::ReadLine - Automated install?
Update:cpan> notest install Term::ReadLine::Perl
#!/usr/bin/perl use strict; use warnings; use CPAN; my $mod = 'Term::ReadLine::Perl'; CPAN::Shell->rematein("notest", "install", $mod);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Term::ReadLine - Automated install?
by Anonymous Monk on Jul 28, 2010 at 06:10 UTC | |
by rastoboy (Monk) on Jul 28, 2010 at 20:42 UTC |