From: Dobrica Pavlinusic Date: Wed, 16 Dec 2009 23:20:13 +0000 (+0100) Subject: push lib into @INC X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=c7130c0e838878733f363d39bf88af5170697626;hp=0f3fe0ba73f34e3cb7a069a43a3e07b0cd1bda93;p=Biblio-SIP2.git push lib into @INC --- 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' ); +}