mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
added Net::FTP to recommends tester
This commit is contained in:
parent
8a61811e82
commit
344251b940
9
inxi
9
inxi
|
@ -2490,7 +2490,7 @@ sub check_items {
|
|||
$item = 'Program';
|
||||
}
|
||||
elsif ($type eq 'recommended Perl modules'){
|
||||
@data = qw(HTTP::Tiny IO::Socket::SSL Time::HiRes Cpanel::JSON::XS JSON::XS XML::Dumper);
|
||||
@data = qw(HTTP::Tiny IO::Socket::SSL Time::HiRes Cpanel::JSON::XS JSON::XS XML::Dumper Net::FTP);
|
||||
$b_module = 1;
|
||||
$item = 'Perl Module';
|
||||
$extra = ' (Optional)';
|
||||
|
@ -2919,6 +2919,13 @@ sub item_data {
|
|||
'pacman' => 'perl-json-xs',
|
||||
'rpm' => 'perl-JSON-XS',
|
||||
}),
|
||||
'Net::FTP' => ({
|
||||
'info' => '--debug 21,22',
|
||||
'info-bsd' => '--debug 21,22',
|
||||
'apt' => 'Core Modules',
|
||||
'pacman' => 'Core Modules',
|
||||
'rpm' => 'Core Modules',
|
||||
}),
|
||||
'Time::HiRes' => ({
|
||||
'info' => '-C cpu sleep (not required); --debug timers',
|
||||
'info-bsd' => '-C cpu sleep (not required); --debug timers',
|
||||
|
|
Loading…
Reference in a new issue