#!/bin/bash
# $Header: /home/v-aklaus/dataserfs/2024-01/runbook/collector/add-on/RCS/install-perl,v 1.1 2020/08/14 23:58:58 v-aklaus Exp $
#
# these are for the rbagent, and we may need them, for some collector perl
#
cpan List::Uniq
cpan IPC::Run3
cpan JSON::XS
cpan JSON
cpan Carp::Assert

#
# for collector perl
#
cpan XML::Parser
cpan Nmap::Parser
cpanm Text::CSV

