Skip to content

Commit

Permalink
Merge pull request #564 from metacpan/haarg/fix-documentation-build
Browse files Browse the repository at this point in the history
force documentation to get built when indexing
  • Loading branch information
mickeyn committed Nov 19, 2016
2 parents 39c816c + 84dc71c commit f0eecd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Script/Release.pm
Expand Up @@ -255,6 +255,7 @@ sub import_archive {
push( @provides, $_->name ) if $_->indexed && $_->authorized;
}
$file->clear_module if ( $file->is_pod_file );
$file->documentation;
log_trace {"reindexing file $file->{path}"};
$bulk->put($file);
if ( !$document->has_abstract && $file->abstract ) {
Expand Down

0 comments on commit f0eecd1

Please sign in to comment.