File: 0.load.t

package info (click to toggle)
libtest-manifest-perl 1.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 96 kB
  • ctags: 7
  • sloc: perl: 78; makefile: 35
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
# $Id: 0.load.t,v 1.4 2004/09/02 20:56:40 comdog Exp $

use Test::More tests => 1;

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