__PACKAGE__->define_attributes(qw/foo bar/); #### sub define_attributes { qw(foo bar) }; #### sub attrs : Attributes { qw(foo bar) };