Subject: | Default not set, and dies in BUILD(), when used with Moo::Role |
See attached. Unpack and run:
perl -Ilib scripts/test.pl
Output (3 lines):
ron@zigzag:~/perl.modules/Local-MooDemo1$ perl -Ilib scripts/test.pl
Use of uninitialized value in say at lib/Local/MooDemo1.pm line 24.
Initial value of config: ron@zigzag:~/perl.modules/Local-MooDemo1$
Comment out line 7:
use Moo::Role;
and the scripts runs ok.
Subject: | Local-MooDemo1-1.00.tar.gz |
Message body not shown because it is not plain text.