Skip to content

Commit

Permalink
Explain why the InstallTool role is abused
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinAwardWinner committed Jan 12, 2012
1 parent e5de1c8 commit c5fa8d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Dist/Zilla/Plugin/ReadmeAnyFromPod.pm
Expand Up @@ -11,6 +11,8 @@ use Moose::Util::TypeConstraints qw(enum);
use IO::Handle;
use Encode qw( encode );

# This cannot be the FileGatherer role, because it needs to be called
# after file munging to get the fully-munged POD.
with 'Dist::Zilla::Role::InstallTool';
with 'Dist::Zilla::Role::FilePruner';

Expand Down

0 comments on commit c5fa8d6

Please sign in to comment.