File: 0-signature.t

package info (click to toggle)
libtest-signature-perl 1.10-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 128 kB
  • ctags: 86
  • sloc: perl: 917; makefile: 18
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();