Skip to content

Commit

Permalink
add CheckPrereqsIndexed
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Feb 4, 2011
1 parent c0355ad commit 6d3f7f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
add CheckPrereqsIndexed

1.004 2010-10-23 17:59:42 America/New_York
always require Test::More; it's just easier than thinking
Expand Down
3 changes: 2 additions & 1 deletion dist.ini
Expand Up @@ -13,5 +13,6 @@ Dist::Zilla::Plugin::AutoPrereq = 1.100130 ; catch base.pm and parent.pm
Dist::Zilla::Plugin::PodWeaver = 3.092971
Dist::Zilla::Plugin::Repository = 0
Dist::Zilla::Plugin::TaskWeaver = 0.093330
Dist::Zilla::Plugin::BumpVersionFromGit = 0
Dist::Zilla::Plugin::BumpVersionFromGit = 0
Dist::Zilla::Plugin::CheckPrereqsIndexed = 0
Pod::Elemental::Transformer::List = 0
1 change: 1 addition & 0 deletions lib/Dist/Zilla/PluginBundle/RJBS.pm
Expand Up @@ -71,6 +71,7 @@ sub configure {
$self->log_fatal("you must not specify both weaver_config and is_task")
if $self->is_task and $self->weaver_config ne '@RJBS';

$self->add_plugins('CheckPrereqsIndexed');
$self->add_bundle('@Basic');

$self->add_plugins('AutoPrereqs');
Expand Down

0 comments on commit 6d3f7f3

Please sign in to comment.