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::Header - Class modelling the Entire Authentication Results Header set

VERSION

version 1.20180211

DESCRIPTION

This class represents the main Authentication Results set

Please see Mail::AuthenticationResults::Header::Base

METHODS

set_indent_by( $value )

Number of spaces to indent by for as_string()

indent_by()

Return the number of spaces for as_string() to indent by

set_indent_on( $class )

The given class will be indented

clear_indent_on( $class )

The given class will not be indented

indent_on( $class )

Should the given class be indented

set_eol( $eol )

Set the eol style for as_string

eol()

Return the current eol style

set_indent_style( $style )

Set the as_string indenting style

Options are none, entry, subentry, full

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.