#!/usr/bin/perl -wT use strict; use lib qw{/path/to/sandbox/Registration/Registration/t/}; use dispatch_test; my $dispatch = dispatch_test->new(); $dispatch->run(); 1;