1use Test::More tests => 1;
2
3BEGIN {
4	use_ok( 'Bencode' )
5		or BAIL_OUT( 'testing pointless if the module won\'t even load' );
6}
7