1Role::Identifiable(3) User Contributed Perl DocumentationRole::Identifiable(3)
2
3
4
6 Role::Identifiable - a thing you can identify somehow
7
9 version 0.008
10
12 Role::Identifiable isn't really a module that does anything. It's here
13 to make things simpler for indexing on CPAN and looking up docs.
14
15 You probably want to use either Role::Identifiable::HasIdent, for
16 identifying things by an identifier string, or
17 Role::Identifiable::HasTags for identifying things by a list of tags.
18
20 This library should run on perls released even a long time ago. It
21 should work on any version of perl released in the last five years.
22
23 Although it may work on older versions of perl, no guarantee is made
24 that the minimum required version will not be increased. The version
25 may be increased for any reason, and there is no promise that patches
26 will be accepted to lower the minimum required perl.
27
29 Ricardo Signes <rjbs@semiotic.systems>
30
32 This software is copyright (c) 2022 by Ricardo Signes.
33
34 This is free software; you can redistribute it and/or modify it under
35 the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.36.0 2022-07-22 Role::Identifiable(3)