Skip to content

Commit

Permalink
allow for [MakeMaker] dumping some config data of its own (rjbs/Dist-…
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Jul 30, 2014
1 parent 9e45241 commit c5b4870
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions t/03-dump-config.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ cmp_deeply(
dynamic_config => 0,
x_Dist_Zilla => superhashof({
plugins => supersetof(
{
superhashof({
class => 'Dist::Zilla::Plugin::MakeMaker::Awesome',
config => {
config => superhashof({
# [MakeMaker] might also record some configs of its own
'Dist::Zilla::Role::TestRunner' => ignore, # changes over time
},
}),
name => 'MakeMaker::Awesome',
version => ignore,
}
})
),
})
})),
Expand Down

0 comments on commit c5b4870

Please sign in to comment.