File: dist-manifest.t

package info (click to toggle)
libfile-util-perl 4.201720-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 836 kB
  • sloc: perl: 4,353; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (70)
1
2
3
4
5
6
7
8
#!perl

use Test::More;

eval "use Test::DistManifest";
plan skip_all => "Test::DistManifest required for testing the manifest"
  if $@;
manifest_ok();