Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Plugin-Tiny CPAN distribution.

Report information
The Basics
Id: 82046
Status: resolved
Priority: 0/
Queue: Plugin-Tiny

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Don't use Moose
I love Moose and have published several MooseX modules, but nothing that uses Moose can claim to be "Tiny". Plugin::Tiny's Moose usage is pretty basic; you're not doing any heavy metaprogramming. It could easily be swapped out with the lighter-weight "Moo". Similarly, namespace::autoclean could be swapped for namespace::sweep, or perhaps even namespace::clean; Class::Load could maybe be replaced with the lighter Module::Runtime. I'm happy to supply a patch if you agree that these changes would be worthwhile.
+1 for all of Toby's suggestions. +2 for his offer to supply a patch as well. :)
I've submitted a pull request... https://github.com/mokko/p5-Plugin-Tiny/pull/2
Thanks for the suggestion. I incorporated the changes and updated the release.
resolved in v0.010