push lib into @INC
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 16 Dec 2009 23:20:13 +0000 (00:20 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 16 Dec 2009 23:20:13 +0000 (00:20 +0100)
t/0-load.t [new file with mode: 0755]

diff --git a/t/0-load.t b/t/0-load.t
new file mode 100755 (executable)
index 0000000..e579289
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use Test::More tests => 1;
+
+use lib 'lib';
+
+BEGIN {
+       use_ok( 'SIP2' );
+}