File: 02-kwalitee.t

package info (click to toggle)
libmime-tools-perl 5.428-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,604 kB
  • ctags: 525
  • sloc: perl: 6,454; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (4)
1
2
3
4
use Test::More; 

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