Skip to content

Commit

Permalink
v0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Aug 13, 2016
1 parent acce77b commit 106135e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.66 2016-08-13

- Implemented a rather convoluted way of passing config into my Pod::Weaver
bundle in order to allow for disabling the DONATIONS pod section on a
per-distro basis.
Expand Down
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.006.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
use strict;
use warnings;

Expand Down Expand Up @@ -77,6 +77,7 @@ my %WriteMakefileArgs = (
"Dist::Zilla::Role::BeforeBuild" => 0,
"Dist::Zilla::Role::BeforeRelease" => 0,
"Dist::Zilla::Role::LicenseProvider" => 0,
"Dist::Zilla::Role::Plugin" => 0,
"Dist::Zilla::Role::PluginBundle::Config::Slicer" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::PluginBundle::PluginRemover" => 0,
Expand Down Expand Up @@ -179,6 +180,7 @@ my %FallbackPrereqs = (
"Dist::Zilla::Role::BeforeBuild" => 0,
"Dist::Zilla::Role::BeforeRelease" => 0,
"Dist::Zilla::Role::LicenseProvider" => 0,
"Dist::Zilla::Role::Plugin" => 0,
"Dist::Zilla::Role::PluginBundle::Config::Slicer" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::PluginBundle::PluginRemover" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::DROLSKY - DROLSKY's plugin bundle

# VERSION

version 0.65
version 0.66

# DESCRIPTION

Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ requires "Dist::Zilla::Plugin::Test::Version" => "0";
requires "Dist::Zilla::Role::BeforeBuild" => "0";
requires "Dist::Zilla::Role::BeforeRelease" => "0";
requires "Dist::Zilla::Role::LicenseProvider" => "0";
requires "Dist::Zilla::Role::Plugin" => "0";
requires "Dist::Zilla::Role::PluginBundle::Config::Slicer" => "0";
requires "Dist::Zilla::Role::PluginBundle::Easy" => "0";
requires "Dist::Zilla::Role::PluginBundle::PluginRemover" => "0";
Expand Down

0 comments on commit 106135e

Please sign in to comment.