initial commit
[BroadWorks-OCI.git] / t / 00-load.t
1 #!perl -T
2 use 5.006;
3 use strict;
4 use warnings FATAL => 'all';
5 use Test::More;
6
7 plan tests => 1;
8
9 BEGIN {
10     use_ok( 'BroadWorks::OCI' ) || print "Bail out!\n";
11 }
12
13 diag( "Testing BroadWorks::OCI $BroadWorks::OCI::VERSION, Perl $], $^X" );