From 8de14294661eb6733ddf188d386068b67647cebb Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 23 Apr 2020 20:07:22 +0200 Subject: [PATCH] First working version with a select set of plugins (the Date::Holidays::Super experiment) --- Changes | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Changes b/Changes index c8a71ea..58d9828 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,45 @@ Change log for Ebirah +0.2.0 2020-04-23 Feature release, update recommended + +- Following additions have been made: + - Dist::Zilla::Plugin::ExtraTests + - Dist::Zilla::Plugin::GatherDir + - Dist::Zilla::Plugin::GithubMeta + - Dist::Zilla::Plugin::InstallGuide + - Dist::Zilla::Plugin::MetaJSON + - Dist::Zilla::Plugin::MetaProvides::Package + - Dist::Zilla::Plugin::ModuleBuild + - Dist::Zilla::Plugin::OurPkgVersion + - Dist::Zilla::Plugin::PodCoverageTests + - Dist::Zilla::Plugin::PodSyntaxTests + - Dist::Zilla::Plugin::Prereqs::FromCPANfile + - Dist::Zilla::Plugin::ReadmeAnyFromPod + - Dist::Zilla::Plugin::Test::CPAN::Changes + - Dist::Zilla::Plugin::Test::CPAN::Meta::JSON + - Dist::Zilla::Plugin::Test::Compile + - Dist::Zilla::Plugin::Test::Kwalitee + - Dist::Zilla::Plugin::Test::Perl::Critic + - Dist::Zilla::PluginBundle::Basic + - Dist::Zilla::PluginBundle::Filter + - Software::License::Artistic_2_0 + +- Also added, since these are used by some of the above plugins, but not explicitly required + - Pod::Coverage::TrustPod + - Test::Pod::Coverage 1.08 + +- ebirah now supports the following use cases: + - dzil help + - dzil new + - dzil setup + - dzil listdeps + - dzil authordeps + - dzil build + - dzil test + - dzil smoke + - dzil clean + - parameters seem to be supported, an exhaustive test has not been completed yet + 0.1.0 2020-04-23 Feature release - Initial release