{ package Promotion::Promotion; our @ISA = qw( Promotion::DBI ); __PACKAGE__>table( 'promotion' ); __PACKAGE__>columns( All => qw( id name ) ); }