Changes for version v0.11.0 - 2015-11-05

  • `installer` option introduced. It allows to replace default installer (`ModuleBuildTiny`).
  • Bug found: The bundle cannot be filtered by `@Filter`. Fixed.
  • Bunch of plugins prototyped with `Hook`s are independent plugins now. They are currently in in `Dist::Zilla::Plugin::Author::VDB` namespace. It simplifies the bundle, and, especially, testing. Every separated plugin has accompanying test. List of the plugins: `Hg::Tag::Add`, `Hg::Tag::Check`, `Hg::Commit`, `Hg::Push`, `Hg::Status`, `Version::Bump`, `Version::Read`.
  • Short license notice used.
  • `Test::Version` now applied to the `Manifest::Read/InstallModules` files. This helps to avoid problems with 3rd-party generated modules (for example, `Inline.pm`).
  • `Path::Tiny`'s `spew` replaced in two locations with `append( { truncate => 1 }, ... )`. `append` is not atomic, but keeps file mode intact.