#!/usr/bin/perl # t/main.t -- launch all tests from here use strict; use warnings; use lib './t/lib'; use Test::Class; use MyApp::Test; use MyApp::Foobar::Test; Test::Class->runtests;