File: kwalitee.t

package info (click to toggle)
liblocal-lib-perl 2.000014-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 72
  • sloc: perl: 727; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More;

BEGIN {
  plan skip_all => 'release only test'
    unless -f 'META.yml';
}
use Test::Kwalitee;