1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use lib 't/lib';
7use My::Test::Class::Load 't/classes';
8
9Test::Class->runtests();
10