File: kwalitee.t

package info (click to toggle)
libimage-info-perl 1.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: perl: 3,539; makefile: 12
file content (12 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w
# -*- perl -*-

#
# Author: Peter Mayr
#
use strict;
use Test::More;
use Test::Kwalitee 'kwalitee_ok';

kwalitee_ok();
done_testing;