On 6/24/07, deadpickle <[EMAIL PROTECTED]> wrote:
I got it to work.
When I go to run the exe program I get th error:
C:\Documents and Settings\deadpickle\Desktop\GRRUVI>pp -o GWC.exe
GWC.pl
C:\Documents and Settings\deadpickle\Desktop\GRRUVI>GWC.exe
Can't locate attributes.pm in @INC (@INC contains: CODE(0xf9bbe4) C:
What does this mean?
Your program apparently requires attributes.pm (either directly or indirectly),
but that fact didn't get detected by Module::ScanDeps and hence this
module didn't get packed in. As a quick workaround try adding attributes.pm
explicitly:
pp -o GWC.exe -Mattributes GWC.pl
If this works, we still need to figure out why attributes.pm wasn't detected.
Can you post your script?
Cheers, Roderich