aboutsummaryrefslogtreecommitdiff
path: root/runtime/Perl5/t/classes.t
blob: 654cdb9d1a8ef68cf8156ee2f91939ceaefc7473 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;

use lib 't/lib';
use My::Test::Class::Load 't/classes';

Test::Class->runtests();