File: dist-manifest.t

package info (click to toggle)
libjavascript-minifier-perl 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 404 kB
  • sloc: perl: 477; javascript: 142; makefile: 7
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();