aboutsummaryrefslogtreecommitdiff
path: root/t/tests/sietima.t
blob: 217c06d8969be5a7f7f99262bdba9b49a998acf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl 
use strict;
use warnings;
use 5.020;
use Test::Most;
use Sietima;
 
ok(
    my $s=Sietima->new,
    'should instantiate',
);
 
done_testing;