File: 0-signature.t

package info (click to toggle)
libtest-signature-perl 1.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 1,352; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;
use Test::Signature;

signature_ok();