Subject: | PodStrip does not strip "=encoding utf8" which cause the executable generated by pp failed to exec |
Some module such as Mail::Builder::List have "=encoding utf8" at the
beginning of their embeded pod doc.
pp automatic use PodStrip to filter the source of modules. PodStrip does
not strip "=encoding utf8" line. Since there is no "=cut" under
"=encoding utf8" after filtered, all the code under "=encoding utf8"
become comments and then cause errors.
Environment: perl 5.8.5