Release history for perl-Dist-Zilla-Plugin-Hook
0.006 @ 2015-08-11 20:12 UTC
- Minor changes in examples.
- Tests explicitly requires `Moose` v2.0800. Older `Moose` may cause test failure.
- "Multiple Hooks of the Same Type" section added to manual.
- One more attempt to remove `BUGS.pod` from documentation. Replacing `=head1` with `=head2`
did not help, now I try to drop `=cut`.
0.005 @ 2015-08-07 22:29 UTC
- 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.
0.004 @ 2015-08-06 12:43 UTC
- Localizing `$@` variable fixed to work in pre-5.14 Perls.
0.003 @ 2015-07-25 21:49 UTC
- Few errors fixed in documentation.
- Tests on many planforms fail due to missed module. Added a hint to let `AutoPrereqs`
detect this dependency.
- Tests on many platforms fail due to spligthly different error messages printed by variuos
versions of Perl interpreter. The test fixed to accept any variation.
0.002 @ 2015-07-23 22:08 UTC
- `[Hook/prologue]` implemented.
- `UnwantedDependencies` exaple added.
- `$zilla` variable added.
0.001 @ 2015-07-22 08:39 UTC
- Initial revision