File: 00-load.t

package info (click to toggle)
libauthen-u2f-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: javascript: 334; perl: 209; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!perl

use strict;
use warnings;

use Test::More tests => 1;

require_ok('Authen::U2F');

local $Authen::U2F::VERSION = $Authen::U2F::VERSION || 'from repo';
note("Authen::U2F $Authen::U2F::VERSION, Perl $], $^X");