Skip to content

Commit

Permalink
comply with new names for Prereq_s_ plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Sep 17, 2010
1 parent 3b3ceca commit afdfed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
use AutoPrereqs, not AutoPrereq

1.000 2010-09-04 15:48:21 America/New_York
switch most dists to BumpVersionFromGit
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_holder = Ricardo Signes

[@RJBS]

[Prereq]
[Prereqs]
Dist::Zilla = 1.092990 ; new-style bundle expansion
Pod::Elemental = 0.092970
Pod::Weaver = 3.100310 ; =func, compat fixes
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/PluginBundle/RJBS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the plugin bundle that RJBS uses. It is equivalent to:
[@Basic]
[AutoPrereq]
[AutoPrereqs]
[BumpVersionFromGit]
[PkgVersion]
[MetaConfig]
Expand Down Expand Up @@ -73,7 +73,7 @@ sub configure {

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

$self->add_plugins('AutoPrereq');
$self->add_plugins('AutoPrereqs');


unless ($self->manual_version) {
Expand Down

0 comments on commit afdfed7

Please sign in to comment.