Skip to content

Commit

Permalink
replace Pod with blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jan 9, 2014
1 parent 59c98bb commit 4ca9056
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Dist/Zilla/PluginBundle/RJBS.pm
Expand Up @@ -166,7 +166,10 @@ sub configure {
$self->add_plugins('TaskWeaver');
} else {
$self->add_plugins([
PodWeaver => { config_plugin => $self->weaver_config }
PodWeaver => {
config_plugin => $self->weaver_config,
replacer => 'replace_with_blank',

This comment has been minimized.

Copy link
@karenetheridge

karenetheridge Jan 10, 2014

Contributor

How is this being used? I don't see a 'replacer' option in the plugin, nor any facility for passing along misc arguments.

This comment has been minimized.

Copy link
@rjbs

rjbs Jan 11, 2014

Author Owner

replacer comes from Pod::Elemental::PerlMunger, git version

}
]);
}

Expand Down

0 comments on commit 4ca9056

Please sign in to comment.