Justin Hunter [Tue, 9 Feb 2010 06:22:31 +0000 (22:22 -0800)]
has '_comments' => (
traits => ['Array'],
isa => ArrayRef,
+ coerce => 1,
handles => {
_comments => 'elements',
add_comment => 'push',
has '_options' => (
traits => ['Array'],
isa => ArrayRef,
+ coerce => 1,
handles => {
_options => 'elements',
add_option => 'push',