libcrypt-jwt-perl/t/compile.t

8 lines
103 B
Perl
Raw Normal View History

2018-03-22 15:48:49 +01:00
use strict;
use warnings;
use Test::More tests => 2;
use_ok('Crypt::KeyWrap');
use_ok('Crypt::JWT');