Skip to content

Commit

Permalink
Get pod_lines in module search to help identify pod files
Browse files Browse the repository at this point in the history
If a pod file didn't have a documentation field (no =head1 NAME)
the template needs 'pod_lines' to know if it actually has pod.
  • Loading branch information
rwstauner committed Feb 26, 2014
1 parent f10001a commit 04af92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Web/Model/API/Release.pm
Expand Up @@ -180,6 +180,7 @@ sub modules {
fields => [
qw(
documentation path status author release
pod_lines
distribution
_source.abstract _source.module
_source.indexed _source.authorized
Expand Down

0 comments on commit 04af92e

Please sign in to comment.