From: erickson Date: Tue, 26 Jul 2005 23:28:26 +0000 (+0000) Subject: for convenience, changed to work with new default layout X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5d9f7e56b3efb547a7642dbf8a5e928544ce66e7;p=opensrf%2Fbjwebb.git for convenience, changed to work with new default layout git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@434 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/examples/math_bench.pl b/examples/math_bench.pl index 2046757..38ad660 100755 --- a/examples/math_bench.pl +++ b/examples/math_bench.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w use strict;use warnings; -use OpenSRF::System qw(/pines/conf/client.conf); +use OpenSRF::System qw(/openils/conf/bootstrap.conf); use OpenSRF::Utils::SettingsClient; use Time::HiRes qw/time/; use OpenSRF::EX qw/:try/;