Moo
Moo copied to clipboard
Optionally disable importing warnings into caller package
Rationale: when use Moo
comes after use warnings qw(...)
it will clobber the list and import everything. It's kind of tedious to remember to always use Moo
before everything else.
Any comments/thoughts/suggestions on this? AppVeyor failure seems entirely unrelated to the code, it's all about failed Strawberry Perl installation.
Alternative names for the import tag could be something like skip_warnings
or dont_use_warnings
. I don't have a strong opinion on that. :)