#can_ok( $player, 'name', 'player has name method'); #why does this fail? #### ok( $player->can('name'), 'player has name method');