Distributing Roles

[email protected] (Demian Riccardi) Tue, 1 Dec 2015 16:00:33 -0500
Newsgroups perl.moose
Message-ID <[email protected]>
Hello Moose People,

I wrote a role to serialize my HackaMol objects:

https://github.com/demianriccardi/HackaMol-Roles-SerialRole

I know that MooseX::Storage should solve this problem, but I couldn=E2=80=99=
t get it to work.  After writing it, I realized that it doesn=E2=80=99t =
depend on HackaMol so it could be useful for other modules.   Of course, =
that assumes that it is useful and/or properly implemented. Are there =
roles, such as this, that are shared between modules? how are they =
distributed.

I still haven=E2=80=99t completed the docs.  Suggestions are very =
welcome.

Demian