package Config::HAProxy::Node::Empty; use parent 'Config::HAProxy::Node'; sub is_empty { 1 } 1;