Tassilo Von Parseval wrote in perl.xs : > > I am in the situation of having to use load_module(). According to > perlapi, the first argument 'flags' is one of PERL_LOADMOD_NOIMPORT, > PERL_LOADMOD_IMPORT_OPS and PERL_LOADMOD_DENY. What is the latter for?
This poorly chosen name indicates whether the module is loaded via use or via no. > When I use it, it ends in a segfault. Obviously, that's a bug :)