Hi Gabor.
3) running external perl scripts
Code like this (in a test)
`path/to/other/perl/script param param`
is not a good idea on Linux either as this will use the perl in the sh-bang
instead of the "current" perl which is running the tests.
These might be different version of Perl.
Btw, related to your comment, I think that Padre run itself using
wxPerl, without regarding on which Perl it is running.
So it I have two Perl versions installed, and both of them have Wx, and
tries to run padre as perl5.xx.x padre.pl,
it will actually run on whatever Perl that was installed last instead.
Shmuel.