Thread

Posted on Mon Jul 9 15:46:23 2007 by klight
Is there a way to disable the POD stripping filter when running pp?
There have been complaints when running a pp packaged file because any errors thrown while running the application display different line numbers compared to when the application is run from within Perl. The line number discrepancy is due to the POD information being stripped when pp applies the POD stripping filter.

I'm looking for a way to disable the filters from the pp command line or if there is some other hack to achieve the same effect.

Thanks,

Kevin
Direct Responses: 5668 | Write a response
Posted on Mon Jul 9 19:58:40 2007 by tsee in response to 5665
Re: Is there a way to disable the POD stripping filter when running pp?

Hi,

try setting the PAR_VERBATIM environment variable to a true value during the packaging process. (See "perldoc PAR::Environment". But please don't ask me why that's controlled using an environment variable.

Best regards, Steffen

Write a response