File: 00-load.t

package info (click to toggle)
libdist-zilla-plugin-signature-perl 1.252860-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: perl: 48; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
use strict;
use warnings;
use Test::More;

plan tests => 1;
require_ok('Dist::Zilla::Plugin::Signature');