push lib into @INC
[Biblio-SIP2.git] / t / 0-load.t
1 #!/usr/bin/perl
2
3 use Test::More tests => 1;
4
5 use lib 'lib';
6
7 BEGIN {
8         use_ok( 'SIP2' );
9 }