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