#!/usr/bin/perl # t/main.t -- launch all tests from here use strict; use warnings; use File::Spec; use lib File::Spec::catdir(qw/. t lib/); # The rest of your code goes here...