Skip to content

Commit

Permalink
Build results of f2d192d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 17, 2011
2 parents 8cd8be7 + f2d192d commit 231a7ae
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 151 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-PluginBundle-Author-KENTNL',
'dist_version' => '1.0.12',
'dist_version' => '1.0.13',
'license' => 'perl',
'module_name' => 'Dist::Zilla::PluginBundle::Author::KENTNL',
'recommends' => {},
Expand All @@ -39,7 +39,7 @@ my %module_build_args = (
'Class::Load' => '0',
'Dist::Zilla' => '4.101612',
'Dist::Zilla::File::FromCode' => '0',
'Dist::Zilla::Plugin::AutoPrereqs' => '0',
'Dist::Zilla::Plugin::AutoPrereqs' => '4.200011',
'Dist::Zilla::Plugin::AutoVersion::Relative' => '0.01035617',
'Dist::Zilla::Plugin::CompileTests' => '1.110930',
'Dist::Zilla::Plugin::ConfirmRelease' => '0',
Expand Down
13 changes: 13 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Revision history for Dist-Zilla-PluginBundle-Author-KENTNL

1.0.13 2011-07-17T01:06:15Z
[Bugs]
- Fixed an issue where the change of Dzil's Autoprereqs 'skip' parameter
started taking an array instead, by using an array. ( External interface
is still the same though )

[Dependencies]
- Dist::Zilla 4.200011 is now the minimum requirement, as that has the
adjusted Autoprereqs

[Packaging]
- Web metadata now uses HTTPS:// urls.

1.0.12 2011-07-12T09:57:41Z
[Dependencies::Tests]
- Version explicit dependency added to Test::File::ShareDir 0.3.0 which is
Expand Down
Loading

0 comments on commit 231a7ae

Please sign in to comment.