The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mail::AuthenticationResults::Token - Base class for modelling AuthenticationResults Header parts

VERSION

version 1.20180113

METHODS

new( $header, $args )

Return a new Token object parsed from the given $header string using $args

$args value depend on the subclass of Token used

value()

Return the value of the current Token instance.

remainder()

Return the remainder of the header string after parsing the current token out.

parse()

Run the parser on the current $header and set up value() and remainder().

is()

Return the type of token we are.

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Marc Bradshaw.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.