File: dist.t

package info (click to toggle)
libxml-sax-expat-incremental-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 56 kB
  • ctags: 14
  • sloc: perl: 154; makefile: 45
file content (12 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

BEGIN {
	eval "use Test::Distribution not => 'description'";
	plan skip_all => "Test::Distribution must be installed" if $@;
}