http://qs321.pair.com?node_id=259453


in reply to Re: Short Refactoring Tip: let the object do it for you
in thread Short Refactoring Tip: let the object do it for you

if ($po->status->name =~ /^(sent|pending|waiting|procratinating|delayed)$/i) {

Shouldn't that be "procrastinating"? That typo already shows the dangers that lurk in this approach :).