File: compile.t

package info (click to toggle)
libcrypt-jwt-perl 0.037-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: perl: 993; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More tests => 3;

use_ok('Crypt::KeyWrap');
use_ok('Crypt::JWT');

is($Crypt::KeyWrap::VERSION, $Crypt::JWT::VERSION, 'consistent version');