summaryrefslogtreecommitdiffstats
path: root/qa/t/rest_classification.t
diff options
context:
space:
mode:
Diffstat (limited to 'qa/t/rest_classification.t')
-rw-r--r--qa/t/rest_classification.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/qa/t/rest_classification.t b/qa/t/rest_classification.t
index d3806680a..f5485de2b 100644
--- a/qa/t/rest_classification.t
+++ b/qa/t/rest_classification.t
@@ -12,9 +12,7 @@
use 5.10.1;
use strict;
use warnings;
-
-use FindBin qw($RealBin);
-use lib "$RealBin/lib", "$RealBin/../../lib", "$RealBin/../../local/lib/perl5";
+use lib qw(lib ../../lib ../../local/lib/perl5);
use Test::More tests => 7;
use QA::REST;