From d0573c370962d12714ebb9b368ee909e0b764740 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 9 Dec 2014 02:17:22 +0100 Subject: [PATCH] Some path fixes for the standalone lookup. --- book/opening-stats.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/opening-stats.pl b/book/opening-stats.pl index 963b8d6..f8dd56d 100755 --- a/book/opening-stats.pl +++ b/book/opening-stats.pl @@ -3,9 +3,9 @@ use strict; use warnings; use CGI; use JSON::XS; -use lib '.'; +use lib '..'; use Position; -require 'ECO.pm'; +use ECO; #ECO::unpersist(); -- 2.39.2