summaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index 6b85515..79c72f1 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -1,6 +1,7 @@
+#!/usr/bin/env perl
use strict;
use warnings;
-
+use lib 't/lib';
use Test::More;
use Test::Fatal;