boilerplate m-s
[Net-Indosoft-QSuite.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( 'Net::Indosoft::QSuite' ) || print "Bail out!\n";
11 }
12
13 diag( "Testing Net::Indosoft::QSuite $Net::Indosoft::QSuite::VERSION, Perl $], $^X" );