Help for this page
#can_ok( $player, 'name', 'player has name method'); #why does this fa +il?
ok( $player->can('name'), 'player has name method');