diff options
Diffstat (limited to 'devel/p5-Role-Identifiable/DESCR')
-rw-r--r-- | devel/p5-Role-Identifiable/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Role-Identifiable/DESCR b/devel/p5-Role-Identifiable/DESCR new file mode 100644 index 00000000000..2fb41a5ded6 --- /dev/null +++ b/devel/p5-Role-Identifiable/DESCR @@ -0,0 +1,6 @@ +Role::Identifiable::HasIdent adds a required ident attribute that stores +a simple string, meant to identify exceptions. + +Role::Identifiable::HasTags adds the ability for your class and its +composed parts (roles, superclasses) as well as instances of it to +contribute to a pool of tags describing each instance. |