Skip to content

Commit

Permalink
First working version with a select set of plugins (the Date::Holiday…
Browse files Browse the repository at this point in the history
…s::Super experiment)
  • Loading branch information
jonasbn committed Apr 23, 2020
1 parent ead0416 commit 8de1429
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8de1429

Please # to comment.