Subject: | Moose is not always a selling point |
If as the docs say Moose is the only reason to use your module over the
many others available on CPAN, and especially if this started off as a
Python projects, these are reasons to _avoid_ your module. Do some
research on the downsides of using Moose. And the internals of a project
are never of interest to users unless they affect performance or
functionality. Unless you're providing new functionality, a better API,
better portability, etc. (i.e. you're bringing something new to the
table), it's best to avoid re-inventing the wheel, unless it's a
learning experience for _yourself_. In that case, please don't try
convincing others to use it.