File: 02-kwalitee.t

package info (click to toggle)
libmime-tools-perl 5.515-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: perl: 6,349; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
BEGIN {
	use Test::More;
	unless ($ENV{AUTHOR_TESTING}||$ENV{RELEASE_TESTING}) {
		plan(skip_all => 'These tests are for author or release candidate testing');
	}
}

eval { require Test::Kwalitee; Test::Kwalitee->import() }; 
plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;