this script:package Person; use Moo; has name => (is => 'rw', required => 1); 1;
generates this error:use Person; my $anonymous = Person->new;
Is there a way to get better error messages from Moo? Maybe with the correct filename and line number of the caller?Missing required arguments: name at (eval 13) line 30.
In reply to Better error messages from Moo? by szabgab
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |