aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
blob: 5be19d43bb1e9cf406e3377e6ebe08346cc72041 (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( 'AdminPanel::Shared' ) || print "Bail out!\n";
}

diag( "Testing AdminPanel::Shared $AdminPanel::Shared::VERSION, Perl $], $^X" );