Error while trying rt-assets-import-csv

Hi All,

I installed a test instance of rt-4.2.2 (from source, on Centos-6.5,
perl-5.10.1 x64) and installed the shiny new Assets extension and its
import part but get the following error:
Insecure dependency in require while running with -T switch at
/usr/share/perl5/Pod/Perldoc.pm line 1548
when I run rt-assets-import-csv.
Pardon my perl ignorance but how to fix this??

Thanks,

Joop

I installed a test instance of rt-4.2.2 (from source, on Centos-6.5,
perl-5.10.1 x64) and installed the shiny new Assets extension and its
import part but get the following error:
Insecure dependency in require while running with -T switch at
/usr/share/perl5/Pod/Perldoc.pm line 1548
when I run rt-assets-import-csv.
Pardon my perl ignorance but how to fix this??

This is probably perldoc causes taint violation when run as root in a directory with Build.PL or Makefile.PL · Issue #10132 · Perl/perl5 · GitHub

Try upgrading Pod::Perldoc

  • Alex