1Role::HasMessage(3) User Contributed Perl Documentation Role::HasMessage(3)
2
3
4
6 Role::HasMessage - a thing with a message method
7
9 version 0.007
10
12 This is another extremely simple role. A class that includes
13 Role::HasMessage is promising to provide a "message" method that
14 returns a string summarizing the message or event represented by the
15 object. It does not provide any actual behavior.
16
18 This library should run on perls released even a long time ago. It
19 should work on any version of perl released in the last five years.
20
21 Although it may work on older versions of perl, no guarantee is made
22 that the minimum required version will not be increased. The version
23 may be increased for any reason, and there is no promise that patches
24 will be accepted to lower the minimum required perl.
25
27 Ricardo Signes <cpan@semiotic.systems>
28
30 Ricardo Signes <rjbs@semiotic.systems>
31
33 This software is copyright (c) 2022 by Ricardo Signes.
34
35 This is free software; you can redistribute it and/or modify it under
36 the same terms as the Perl 5 programming language system itself.
37
38
39
40perl v5.36.0 2023-01-20 Role::HasMessage(3)