From c7130c0e838878733f363d39bf88af5170697626 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 17 Dec 2009 00:20:13 +0100 Subject: [PATCH] push lib into @INC --- t/0-load.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 t/0-load.t diff --git a/t/0-load.t b/t/0-load.t new file mode 100755 index 0000000..e579289 --- /dev/null +++ b/t/0-load.t @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use Test::More tests => 1; + +use lib 'lib'; + +BEGIN { + use_ok( 'SIP2' ); +} -- 2.20.1