The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Config::HAProxy::Node::Empty - empty HAProxy configuration node

DESCRIPTION

Objects of this class represent empty lines in HAProxy configuration file.

METHODS

is_empty

Always true.

orig

Returns original line as it appeared in the configuration file.

locus

Returns the location of this statement in the configuration file (the Text::Locus object).

SEE ALSO

Config::HAProxy::Node, Text::Locus.