Akamai-PropertyFetcher
view release on metacpan or search on metacpan
lib/Akamai/PropertyFetcher.pm view on Meta::CPAN
133134135136137138139140141142143144145146147148149150151152153
}
else
{
warn
"Error retrieving activation information ($property_name): "
.
$activations_resp
->status_line .
" - Skipping\n"
;
}
# End the child process
$pm
->finish;
}
}
elsif
(
$properties_resp
->code == 403 ||
$properties_resp
->code == 404) {
warn
"Error retrieving property list (Contract ID: $contract_id, Group ID: $group_id): "
.
$properties_resp
->status_line .
" - Skipping\n"
;
}
else
{
die
"Unexpected error (Contract ID: $contract_id, Group ID: $group_id): "
.
$properties_resp
->status_line;
}
}
}
# å…¨ã¦ã®åプãƒã‚»ã‚¹ã®çµ‚了を待機
$pm
->wait_all_children;
}
1;
( run in 0.351 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )