Installing individual non-CPAN Perl modules
Learn how to install an individual non-CPAN Perl module.
About this task
If you have a user-written internal library module that is not packaged (is a single file), do
the following. In the example, the file is called MyPerlMod.
Procedure
Copy the file to a directory that can be accessed by the analytics host and SPU.
cp MyPerlMod.pm $NZ_EXPORT_DIR/ae/applications/perl/host/lib/perl5/
cp MyPerlMod.pm $NZ_EXPORT_DIR/ae/applications/perl/spu/lib/perl5/