Help for this page
__PACKAGE__->define_attributes(qw/foo bar/);
sub define_attributes { qw(foo bar) };
sub attrs : Attributes { qw(foo bar) };