Changes for version 0.005 - 2015-08-07

  • New module/role added: `PrereqSource`. It defines method `register_prereqs`.
  • One test failed on older Perl versions due to new package syntax `package Foo { … }`. Test fixed to use old syntax `{ package Foo; … }`. Should work for older Perls.
  • VersionHandling example: `Perl::Version` used to bump version.
  • TemplateVariables example: CPAN treats example file `BUGS.pod` as documentation. At the same time it does not treat `README.pod` as documentation. `=head1` in `BUGS.pod` is replaced with `=head2`, I hope it will remove `BUGS.pod` from documentation files.

Documentation

Dist::Zilla::Plugin::Hook ReadMe