Mail::SPF::Base(3) | User Contributed Perl Documentation | Mail::SPF::Base(3) |
Mail::SPF::Base - Base class for Mail::SPF classes
use base 'Mail::SPF::Base'; sub new { my ($class, @options) = @_; my $self = $class->SUPER::new(@options); ... return $self; }
Mail::SPF::Base is a common base class for all Mail::SPF classes.
The following constructor is provided:
The "new" constructor may also be called on an object, in which case the object is cloned. Any options provided override those from the old object.
There are no common options defined in Mail::SPF::Base.
The following class methods are provided:
The following class methods are provided:
There are no common instance methods defined in Mail::SPF::Base.
Mail::SPF
For availability, support, and license information, see the README file included with Mail::SPF.
Julian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org>
2024-08-03 | perl v5.34.0 |