Refactoring with Class::Accessor - cont'd 2
What if in discover_customer_information there's a typo?
$job->CstomerPrefStatus("Platinum");
Runtime error with useful error message
continued...