1Email::Abstract::PluginU(s3e)r Contributed Perl DocumentaEtmiaoinl::Abstract::Plugin(3)
2
3
4
6 Email::Abstract::Plugin - a base class for Email::Abstract plugins
7
9 version 3.009
10
12 This module has a long-term perl support period. That means it will
13 not require a version of perl released fewer than five years ago.
14
15 Although it may work on older versions of perl, no guarantee is made
16 that the minimum required version will not be increased. The version
17 may be increased for any reason, and there is no promise that patches
18 will be accepted to lower the minimum required perl.
19
21 is_available
22 This method returns true if the plugin should be considered available
23 for registration. Plugins that return false from this method will not
24 be registered when Email::Abstract is loaded.
25
27 • Ricardo SIGNES <rjbs@semiotic.systems>
28
29 • Simon Cozens <simon@cpan.org>
30
31 • Casey West <casey@geeknest.com>
32
34 This software is copyright (c) 2004 by Simon Cozens.
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-20 Email::Abstract::Plugin(3)