http://qs321.pair.com?node_id=1034093


in reply to Re^6: Citrus Perl: problems trying to load additional modules
in thread Citrus Perl: problems trying to load additional modules

Here is what I (would) do to install modules in Citrus Perl:

From the Citrus Perl installation path run bin/citrusterm.bat to open a terminal, install App:cpanminus and use it to install all the needed modules. For some modules cpanm may fail, try again with cpan.

% cpan App::cpanminus % cpanm Module::Name

That's all.