Peace/t/00003-db.t

11 lines
103 B
Perl
Raw Permalink Normal View History

2022-03-14 19:14:05 +01:00
use v5.30.0;
use strict;
use warnings;
use Test::Most tests => 1;
BEGIN {
use_ok 'Peace::DB';
}