Content deleted Content added
Updating published sources: General: * Change to SQLite instead of AnyDBM_File for storing persistent data. OrphanReferenceFixer: * Second supplemental task approved! TemplateReplacer3: * Approved! SourceUploader: * Add support for supplemental BRFAs |
Updating published sources: General: * BREAKING CHANGE: Due to the upcoming API breaking change, the functionality of $api->query() has changed to automatically continue over most property requests. $task->fullquery() is now redundant and has been re |
||
Line 188:
my %cont=();
do {
my $res=$
if($res->{'code'} ne 'success'){
$self->warn("Failed to retrieve data for $page: ".$res->{'error'});
|