Insecure dependency in system while running with -T switch at /usr/lib/perl5/5.8.8/Pod/Usage.pm line 547. #### pod2usage( -verbose => 2 ) if $options{man}; #### 539 ## Now translate the pod document and then exit with the desired status 540 if ( !$opts{"-noperldoc"} 541 and $opts{"-verbose"} >= 2 542 and !ref($opts{"-input"}) 543 and $opts{"-output"} == \*STDOUT ) 544 { 545 ## spit out the entire PODs. Might as well invoke perldoc 546 my $progpath = File::Spec->catfile($Config{scriptdir}, "perldoc"); 547 system($progpath, $opts{"-input"}); 548 } 549 else { 550 $parser->parse_from_file($opts{"-input"}, $opts{"-output"}); 551 } 552 553