File: dist-manifest.t

package info (click to toggle)
libpod-markdown-perl 3.300000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: perl: 1,007; 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();