4 use vars
qw( $VERSION @ISA );
9 @ISA = qw( DynaLoader );
11 # We need to use the RTLD_GLOBAL flag to dlopen() so that other C++
12 # modules that link against libxapian.so get the *same* value for all the
13 # weak symbols (eg, the exception classes)
14 #### sub dl_load_flags { 0x01 }
16 bootstrap SymbolTest
$VERSION;