I have Eclipse (3.5-32) on my Unix machine. I installed EPIC updates for stable 0.5.x and PadWalker (1.5).
Since I am a local user without sudo rights, I installed PadWalker in a different folder. I set this path as a PERL5LIB environment PERL5LIB .
When I do echo $PERL5LIB or perl -le 'print foreach @INC' , I see the PadWalker module.
But when I try to debug using Eclipse, it says "Error: Install PadWalker".
So far, to get this working, I have explicitly added this PadWalker to my project using the "Properties" parameter in Eclipse.
Is there a better way to do this so that I don't have to add Padwalker to my project every time?
Thanks.
source share