simba/t/01_ca.t

12 lines
151 B
Perl
Raw Normal View History

#!/usr/bin/perl
use warnings;
use strict;
use Test::More 'no_plan';
BEGIN { use_ok( 'Simba::CA' ); }
my $ca = Simba::CA->new();
ok($ca, 'new CA');