On 9/25/2010 5:26 PM, Chris Marshall wrote:
>
>    
> http://sourceforge.net/tracker/index.php?func=detail&aid=3074830&group_id=612&atid=350612
>
> and I've implemented a simple off-line NiceSlice pre-processor
> that you can run manually on the problem files (with PDL::NiceSlice
> constructs in them) to remove the requirement for source filtering.
>
> That should allow you to fix the *.pm files so that perlapp
> can work (I hope).  See the above ticket for the list of
> files that I found in the PDL tree that need to be filtered.

The perldlpp.pl script takes the name of the
file to be filtered as a command line arg and
it outputs the filtered result to STDOUT, e.g.

   perldlpp.pl file-w-niceslice.pm > clean-file.pm

or (for win32)

   perl perldlpp.pl file-w-niceslice.pm > clean-file.pm

Cheers,
Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to