Thank you very much for "warn Dumper sort keys %INC" - this is brilliant.
The problem with namespace:
use utf8; use feature qw(signatures); no warnings qw(experimental::signatures); use Moo; use namespace::clean; sub BUILD($self) { $self->_set_count(1); }
An error: "The signatures feature is experimental ..."
Should I place no warnings after namespace::clean or there are other solutions? Maybe with namespace::clean -except?
In reply to Re^2: use utf8 pragma with moo
by AlexP
in thread use utf8 pragma with moo
by AlexP
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |