1Email::MIME::Kit::Role:U:sVearliCdoanttorri(b3u)ted PerlEmDaoiclu:m:eMnItMaEt:i:oKnit::Role::Validator(3)
2
3
4
6 Email::MIME::Kit::Role::Validator - things that validate assembly
7 parameters
8
10 version 3.000007
11
13 This library should run on perls released even a long time ago. It
14 should work on any version of perl released in the last five years.
15
16 Although it may work on older versions of perl, no guarantee is made
17 that the minimum required version will not be increased. The version
18 may be increased for any reason, and there is no promise that patches
19 will be accepted to lower the minimum required perl.
20
22 This role also performs Email::MIME::Kit::Role::Component.
23
24 Classes implementing this role are used to validate that the arguments
25 passed to "$mkit->assemble" are valid. Classes must provide a
26 "validate" method which will be called with the hashref of values
27 passed to the kit's "assemble" method. If the arguments are not valid
28 for the kit, the "validate" method should raise an exception.
29
31 Ricardo Signes <rjbs@cpan.org>
32
34 This software is copyright (c) 2023 by Ricardo Signes.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.36.0 2023-01-2E0mail::MIME::Kit::Role::Validator(3)