RT 5.0.5 Documentation

RT::StaticUtil

RequireModule

This is a wrapper around Module::Runtime's require_module, which would die on error. By wrapping it, we can catch the error and return it to the caller instead of dying as 1 for success and 0 for failure.

← Back to index