chromatic schrieb:
Setting the Perl5 search path can be handled with FindBin. See for example languages/m4/t/basic/001_comletely_empty.t:On Sat, 2005-11-19 at 19:31 +0100, Bernhard Schmalhofer wrote:Also Punie.pm Python.pm Tcl.pm should be moved from lib/Parrot/Test to their respective dir in 'languages'.How would the library loads in the test files look if this were the case?
use FindBin; use lib "$FindBin::Bin/../../lib", "$FindBin::Bin/../../../../lib"; CU, Bernhard