Help for this page
sub transaction(&$$) { my ($cb, $self,$timeout) = @_; ... transaction { $deployer->extend_order_lease( $order, $end_date ); } $self, $timeout;