$ xml_pp -h
Bareword "pod2text" not allowed while "strict subs" in use at /pro/bin/
xml_pp line 119.
Execution of /pro/bin/xml_pp aborted due to compilation errors.
--- tools/xml_pp/xml_pp.org 2007-11-09 14:31:42.000000000 +0100
+++ tools/xml_pp/xml_pp 2009-02-01 12:12:47.000000000 +0100
@@ -116,7 +116,7 @@ sub process_options
push @ARGV, files_from( $file);
}
elsif( ($opt eq '-h') || ($opt eq '--help'))
- { system pod2text, $0; exit; }
+ { system "pod2text", $0; exit; }
elsif( $opt eq '--')
{ last; }
else
-->8---