summaryrefslogtreecommitdiff
path: root/t/000-load.t
blob: e9e073d06794a384280660095ec07d8cc5f42d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use strict;
use warnings;
use Test::More 0.88;

use lib 't/lib';

use Module::Implementation 0.04 ();

use_ok 'Test::Class::Load';

diag(     'Using '
        . Module::Implementation::implementation_for('Class::Load')
        . ' implementation' );

done_testing;