summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 3b483619b5a150e4383084d746cba5189a86316c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'Net::Indosoft::QSuite' ) || print "Bail out!\n";
}

diag( "Testing Net::Indosoft::QSuite $Net::Indosoft::QSuite::VERSION, Perl $], $^X" );