Hello,

When I have a script that looks like:

use Wx qw(:allclasses);

and I try to compile that script using pp, it does find the dll files and stuff and includes them, but pp fails to find the .pm files that correspond to those dll-s. That means I have to manually add those files with the -M parameter.
Since all dll-s are found, I think it's just a minor tweak to find all .pm files....


Jouke

Reply via email to