NAME

Config::Pound::Node::Verbatim - A verbatim line from Pound ACL.

DESCRIPTION

Objects of this class represent verbatim context embedded in a Pound configuration. Currently it is used to represent contents of ConfigText statement in Resolver section.

ConfigText is a section statement, that contains the resolver configuration (as described in resolv.conf(5)) verbatim. Each line from that section is represented by a single object of this class.

METHODS

See Config::Proxy::Node for a discussion of methods. Notes for this class:

kw

This method returns an empty string.

orig

This method returns the actual line read from the configuration file.

SEE ALSO

Config::Pound, Config::Proxy::Node, Text::Locus.