Skip to content

Commit

Permalink
using AutoPrereqs instead of AutoPrereq (to be deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquelin committed Jan 1, 2011
1 parent e548bf2 commit dfe6221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -3,6 +3,7 @@ Changelog for Dist-Zilla-PluginBundle-JQUELIN
{{$NEXT}}
- added PruneFiles to remove vim/emacs backup files
- using ReportVersions::Tiny for smaller footprint / better output
- using AutoPrereqs instead of AutoPrereq (to be deprecated)

1.101620 2010-06-11 17:55:23 Europe/Paris
- updated to match dzil v4
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/PluginBundle/JQUELIN.pm
Expand Up @@ -10,7 +10,7 @@ use Moose;
use Moose::Autobox;

# plugins used
use Dist::Zilla::Plugin::AutoPrereq;
use Dist::Zilla::Plugin::AutoPrereqs;
use Dist::Zilla::Plugin::AutoVersion;
use Dist::Zilla::Plugin::Bugtracker;
use Dist::Zilla::Plugin::CheckChangeLog;
Expand Down Expand Up @@ -107,7 +107,7 @@ sub bundle_config {
[ ManifestSkip => {} ],

# -- get prereqs
[ AutoPrereq => $prereq_params ],
[ AutoPrereqs => $prereq_params ],

# -- munge files
[ ExtraTests => {} ],
Expand Down

0 comments on commit dfe6221

Please sign in to comment.