http://www.perlmonks.org?node_id=889104


in reply to Re^3: Using ArrayRef data members in Moose
in thread Using ArrayRef data members in Moose

self->error_log->push does not work until i assign a "default" for the array.

Actually it won't work then either until you add a use Moose::Autobox as well.

-stvn