00.load.t   [plain text]


use Test::More tests => 1;

BEGIN {
	use_ok( 'Bencode' )
		or BAIL_OUT( 'testing pointless if the module won\'t even load' );
}