$c->{plugins}{"Import::CheckDOI"}{params}{disable} = 0; $c->{plugin_alias_map}->{"Import::DOI"} = "Import::CheckDOI"; $c->{plugin_alias_map}->{"Import::CheckDOI"} = undef; #Change the first parameter to enable (1) or disable (0) the use of the "doi:" prefix #Change the contents of the second parameter to identify the name of the DOI field in eprints table $c->{plugins}->{"Import::DOI"}->{params}->{use_prefix} = 0; $c->{plugins}->{"Import::DOI"}->{params}->{doi_field} = "doi";