in reply to Re: Runtime syntax checking of a 'require'ed module
in thread Runtime syntax checking of a 'require'ed module

There's absolutely no advantage of using that module over eval require and it has the small disadvantage of requiring the installation of another module and the huge disadvantage of polluting every class and object.