Alex Tokarev

Results 1 issues of Alex Tokarev

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.