Help for this page
has '+data' => ( ... );
use v5.14; use strict; ... ValAtom->new(data => []); # ArrayRef ValAtom->new(data => {}); # HashRef ValAtom->new(data => \*STDOUT); # none of the above... crash!