Moo icon indicating copy to clipboard operation
Moo copied to clipboard

Optionally disable importing warnings into caller package

Open nohuhu opened this issue 7 years ago • 2 comments

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.

nohuhu avatar Nov 09 '17 02:11 nohuhu

Any comments/thoughts/suggestions on this? AppVeyor failure seems entirely unrelated to the code, it's all about failed Strawberry Perl installation.

nohuhu avatar Nov 21 '17 01:11 nohuhu

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. :)

nohuhu avatar Feb 07 '18 19:02 nohuhu