Menu

#52 Tk/* not in path

open
nobody
None
5
2012-04-24
2012-04-24
No

In current svn mapivi searches for modules in Tk/ subdir of the distribution, namely MhConfig.pm. Those files are only found if one starts mapivi right from it's bin directory. This fails if mapivi is just a link.

Replacing

use lib "$FindBin::Bin";

by

use lib "$FindBin::RealBin";

in l.254 solves the issue.

Discussion


Log in to post a comment.