![]() |
![]()
| ![]() |
![]()
NAMEMail::SPF::Base - Base class for Mail::SPF classes VERSIONversion 3.20250505 SYNOPSISuse base 'Mail::SPF::Base'; sub new { my ($class, @options) = @_; my $self = $class->SUPER::new(@options); ... return $self; } DESCRIPTIONMail::SPF::Base is a common base class for all Mail::SPF classes. ConstructorThe following constructor is provided:
Class methodsThe following class methods are provided:
Class methodsThe following class methods are provided:
Instance methodsThere are no common instance methods defined in Mail::SPF::Base. SEE ALSOMail::SPF For availability, support, and license information, see the README file included with Mail::SPF. AUTHORSJulian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org>
|