Skip to content

Commit

Permalink
Fixes bug where Dancer cookbok pod was being skipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 7, 2010
1 parent e9a4152 commit 45abd95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/MetaCPAN/Dist.pm
Expand Up @@ -255,7 +255,8 @@ sub get_content {
}

say "got pod ok: $filename ";
delete $self->files->{$filename};
# if this line is uncommented some pod, like Dancer docs gets skipped
#delete $self->files->{$filename};

return $content;

Expand Down

0 comments on commit 45abd95

Please sign in to comment.