Hi everyone,

I'm trying to package my program which uses lots of self-written modules
residing in several different folders. However the -c option will not be
able to find all the dependencies due to some reason. Therefore my best bet
is to use the -A option. However I also need filtering, and I realise those
modules added due to the -A option are not filtered. I need all the modules
to be filtered. Is there anything I can do to make -A recognise those .pm
files as perl modules (and process them by filtering them and checking for
more dependencies), and not just some data files?

Regards,
Alfred

Reply via email to