1 =head1 NAME
2
3 Test - blabla
4
5 =head1 SYNOPSIS
6
7 use Test;
8
9 my $test = new Test "t/local_sender";
10 $test->run;
11 ZZ