File: kwalitee.t

package info (click to toggle)
libgeo-coder-osm-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 122; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

eval { require Test::Kwalitee; Test::Kwalitee->import(); 1 } or do {
    plan skip_all => 'Test::Kwalitee not installed; skipping';
};