Mail::SPF::Term - SPF record term class
An object of class Mail::SPF::Term represents a term within an SPF record. Mail::SPF::Term cannot be instantiated directly. Create an instance of a concrete sub-class instead.
The following constructor is provided:
Abstract. Creates a new SPF record term object.
%options is a list of key/value pairs, however Mail::SPF::Term itself specifies no constructor options.
Abstract. Creates a new SPF record term object by parsing the given string.
The following class methods are provided:
The following instance methods are provided:
Returns the unparsed text of the term. Throws a Mail::SPF::ENoUnparsedText exception if the term was created synthetically instead of being parsed, and no text was provided.
Mail::SPF, Mail::SPF::Record, Mail::SPF::Mech, Mail::SPF::Mod
http://www.ietf.org/rfc/rfc4408.txt
For availability, support, and license information, see the README file included with Mail::SPF.
Julian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org>