laugh... caught myself changing code to this
my $response;
unless ( $response = $self->send() ) {
return 0;
}
return $response;
this is much better:
return $self->send();
:)
j
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/omaha-pm/attachments/20100420/91865663/attachment.html>