File: 00load.t

package info (click to toggle)
libtest-manifest-perl 2.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 156 kB
  • ctags: 12
  • sloc: perl: 154; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (7)
1
2
3
4
use Test::More tests => 1;

print "bail out! Test::Manifest could not compile.\n"
	unless use_ok( "Test::Manifest" );