File: 00-load.t

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

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