Help for this page

Select Code to Download


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