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