use strict;
use warnings;
use Test::More tests => 3;
ok( 1, 'first test' );
ok( 1, 'second test' );