Release history for perl-Dist-Zilla-PluginBundle-Author-VDB

0.005 @ 2015-08-11 20:08 UTC

    -   Minor problem found: next release version printed as "obj(0.007_01)". Version object
        stringified to avoid it.
    -   `Templates` plugin used to process `COPYING` and `README`.
    -   `Prereqs::AuthorDeps` adds dependency on `tools::GenerateHooks` which is not indexed by
        CPAN, it causes pre-release check failure. Added a workaround.

0.004 @ 2015-08-09 22:12 UTC

    -   All the implicitly used modules are explicitly used now to let `AutoPrereqs` detect them
        and add to the distribution metadata as requirements.
    -   `config_plugin` option added to `SurgicalPodWeaver` plugin, so all the `weaver.ini` files
        can be dropped now.

0.003 @ 2015-08-09 19:26 UTC

    -   `CheckChangesHasContent` plugin enabled.
    -   `fake_home` option added to `Test::Compile` configuration.
    -   `Prereqs::AuthorDeps` plugin enabled.
    -   `Perl::Version` module used to bump the version (instead of adding 0.000001).

0.002 @ 2015-08-08 17:03 UTC

    -   `fake_release` option introduced.
    -   `minimum_perl` option introduced.
    -   The bundle performs cleaning after release.

0.001 @ 2015-08-07 15:42 UTC

    -   Initial revision