librole-identifiable-perl

Moose roles to identify things
  https://metacpan.org/release/Role-Identifiable/
  0
  no reviews



The role::identifiable distribution provides several moose roles for identifying things.

this distribution provides the following roles:
* 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.