The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::BIMI::Role::Data - Class to retrieve data files

VERSION

version 3.20210512

DESCRIPTION

Role for classes which require access to locally packaged files

METHODS

get_file_name($file)

Returns the full path and filename for included file $file

get_data_from_file($file)

Returns the contents of included file $file

REQUIRES

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 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.