Bugzilla

Hello All,

A customer of ours has requested us to install some perl modules so that they can host Bugzilla.

Bugzilla requires some Perl modules which are either missing from your system, or the version on your system is too old.
They can be installed by running (as root) the following:
/usr/bin/perl -MCPAN -e 'install "Mail::Mailer"'
Minimum version required: 1.67
/usr/bin/perl -MCPAN -e 'install "AppConfig"'
Minimum version required: 1.52
/usr/bin/perl -MCPAN -e 'install "Template"'
Minimum version required: 2.08

[SIZE=1]My question: [/SIZE]
[SIZE=1]Should we offer this to our customer on our InterWorx boxes or definitely not because of safety/performance etc. reasons? Or maybe these perl modules are not compatible with InterWorx etc.?[/SIZE]

Your comments are highly appriciated.

These are all comon modules, you should be fine.

OK, Thanks Tim.