diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-11-11 06:55:13 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-11-11 06:55:13 +0000 |
| commit | 3282be229999dc36c197b264d63063a18d136331 (patch) | |
| tree | 98a42db29d955b39e7bed1b599fdcc56c3a29de9 /lib/XXV/OUTPUT/Console.pm | |
| parent | cfdd733c17cfa4f1a43b827a656e9e53cc2524ac (diff) | |
| download | xxv-3282be229999dc36c197b264d63063a18d136331.tar.gz xxv-3282be229999dc36c197b264d63063a18d136331.tar.bz2 | |
* Update installation list with required modules
* Remove unused/doubled provided external perl moduls
Diffstat (limited to 'lib/XXV/OUTPUT/Console.pm')
| -rw-r--r-- | lib/XXV/OUTPUT/Console.pm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/XXV/OUTPUT/Console.pm b/lib/XXV/OUTPUT/Console.pm index a450227..dca6ee5 100644 --- a/lib/XXV/OUTPUT/Console.pm +++ b/lib/XXV/OUTPUT/Console.pm @@ -4,13 +4,11 @@ BEGIN{ $ENV{PERL_RL} = 'Perl' }; -use Locale::gettext; -use Term::ReadLine; - use strict; +use Locale::gettext; +use Term::ReadLine; use Tools; -use Pod::Text; use vars qw($AUTOLOAD); # This module method must exist for XXV @@ -21,8 +19,9 @@ sub module { my $args = { Name => 'Telnet', Prereq => { - 'XML::Simple' => 'Easy API to maintain XML (esp config files)', + 'Pod::Text' => 'Convert POD data to formatted ASCII text ', 'Text::ASCIITable' => 'Create a nice formatted table using ASCII characters.', +# 'Term::ReadLine' => 'Perl interface to various readline packages.', 'Term::ReadLine::Perl' => 'a quick implementation of the minimal interface to Readline', }, Description => gettext('This receives and sends ASCII messages'), |
