Thanks, that *almost* did it. I just sent a pull request for the last little bit.
- Kurt On Thu, Dec 5, 2013 at 11:54 PM, Marvin Humphrey <[email protected]>wrote: > On Thu, Dec 5, 2013 at 9:17 AM, Peter Karman <[email protected]> wrote: > > > I don't know how nasty it is. I usually do something like: > > > > use FindBin; > > use lib "$FindBin::Bin/../lib"; > > > > in many of my cli scripts, to solve this very problem. Of course, the > number > > of ../lib levels depends on the file struct. > > Thanks, y'all. I've implemented Peter's solution and made the Reuters > extraction script less fussy per Nick's note. > > Kurt, if you want to try branch LUCY-261-benchmark-includes, it should work > for you now. > > Marvin Humphrey >
