RT 5.0.4 Documentation

RT::StaticUtil

Go to latest version →

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