package OpenILS::Application::Trigger::Validator; sub fourty_two { return 42 } sub NOOP_True { return 1 } sub NOOP_False { return 0 } 1;