I would like to have an optional Moose attribute that can only be set once.
If I use is => 'ro' , I have to set the attribute when creating the object, but I want it to be possible to add after it (while it is not set yet).
perl moose
David b
source share