File: test.pl

package info (click to toggle)
debsigs 0.1.16
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 188 kB
  • ctags: 21
  • sloc: perl: 664; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# A simple module loading test

use Test::More tests => 4;

foreach (qw/debsigsmain arf forktools gpg/) {
	use_ok("Debian::debsigs::$_");
}