Skip to content

Commit

Permalink
Change AutoPrereq to AutoPrereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Oct 7, 2010
1 parent 9bf5352 commit 368c6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -4,6 +4,8 @@ Revision history for Dist-Zilla-PluginBundle-DAGOLDEN

- adds GithubMeta to override Repository if repo is on github

- replaces AutoPrereq (deprecated) with AutoPrereqs

0.009 2010-08-17 08:04:05 EST5EDT

- set a minimum TaskWeaver prereq to work with Dist::Zilla 2.X
Expand Down
6 changes: 3 additions & 3 deletions lib/Dist/Zilla/PluginBundle/DAGOLDEN.pm
Expand Up @@ -9,7 +9,7 @@ use Moose 0.99;
use Moose::Autobox;
use namespace::autoclean 0.09;

use Dist::Zilla 3.101450; # Use CPAN::Meta
use Dist::Zilla 4.102341; # authordeps

use Dist::Zilla::PluginBundle::Filter ();
use Dist::Zilla::PluginBundle::Git ();
Expand Down Expand Up @@ -132,7 +132,7 @@ sub configure {

# metadata
'MinimumPerl',
( $self->auto_prereq ? 'AutoPrereq' : () ),
( $self->auto_prereq ? 'AutoPrereqs' : () ),
'MetaProvides::Package',
[ Repository => { git_remote => $self->git_remote, github_http => 0 } ],
# overrides Repository if github based
Expand Down Expand Up @@ -232,7 +232,7 @@ following dist.ini:
[PortabilityTests]
; metadata
[AutoPrereq]
[AutoPrereqs]
[MinimumPerl]
[MetaProvides::Package]
Expand Down

0 comments on commit 368c6cc

Please sign in to comment.