File: 01-kwalitee.t

package info (click to toggle)
libapp-repl-perl 0.012-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 92 kB
  • sloc: perl: 188; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
use Test::More;

eval { require Test::Kwalitee; Test::Kwalitee->import() };

plan skip_all => 'Test::Kwalitee not installed; skipping' if $@;