Release history for Dist-Zilla-Plugin-UsefulReadme:
v0.5.1 2025-08-16 12:11:19+01:00 Europe/London
[Enhancements]
- Added add_prereqs option.
[Tests]
- Add more author tests.
v0.5.0 2025-08-10 11:40:46+01:00 Europe/London
[Enhancements]
- Pod::Weaver::Section::Requirements changelog can be blank, so that it will use the same file from the NextRelease
plugin.
- Added dump_config support, GH#10.
[Incompatabilities]
- Pod::Weaver::Section::Requirements no longer guesses the prerequisites automatically. The added guess_prereqs option
will enable this. This should only affect when it is not used with the UsefulReadme plugin. (Thanks @leont)
[Documentation]
- Pod::Weaver::Section::Requirements metafile notes how the attribute is used.
- Updated Changes with explicit acknowledgements.
[Other Changes]
- When registering itself as a development prerequsite, it will use v0.4.3 (baseline features and bug fixes) rather
than the current version.
[Tests]
- Add more tests.
- Explicitly declared Pod::Weaver as a test prerequsite.
v0.4.3 2025-08-07 13:31:13+01:00 Europe/London
[Bug Fixes]
- Pod::Weaver::Section::Requirements also looks for `cpm.yml` and not `cpmfile` or `metafile`.
- Pod::Weaver::Section::RecentChanges and Pod::Weaver::Section::Requirements check the all_modules setting.
[Tests]
- Add more author tests.
v0.4.2 2025-08-07 07:43:05+01:00 Europe/London
[Enhancements]
- Pod::Weaver::Section::Requirements also looks for `cpmfile` and `metafile` when no metafile is specified.
[Bug Fixes]
- Pod::Weaver::Section::InstallationInstructions consistently chooses Build.PL when that and Makefile.PL are
both present. GH#9 (Thanks @leont)
[Documentation]
- Fixed wording in Changes.
[Tests]
- Fixed prerequisites for tests.
- Moved author tests into the xt directory.
- Add more author tests.
[Toolchain]
- Set up GitHub workflow for testing. (Thanks @atoomic)
- Ensure local-lib is not included in distribution.
v0.4.1 2025-08-06 08:41:07+01:00 Europe/London
[Tests]
- Fixed prerequisites for tests.
v0.4.0 2025-08-05 17:11:19+01:00 Europe/London
[Enhancements]
- Pod::Weaver::Section::InstallationInstructions, Pod::Weaver::Section::RecentChanges and
Pod::Weaver::Section::Requirements only update the main module unless the newly added
all_modules option is true, GH#7.
- Pod::Weaver::Section::InstallationInstructions, Pod::Weaver::Section::RecentChanges and
Pod::Weaver::Section::Requirements can be configured bia the `dist.ini` file, GH#2.
[Bug Fixes]
- Pass the main_module filename to Pod::Weaver plugins.
- The heading is not dropped when including sections from :readme regions.
[Documentation]
- Reorganised Changes for consistency.
v0.3.0 2025-08-05 13:14:54+01:00 Europe/London
[Enhancements]
- Add support for append/prepend to generated fallback sections, GH#3.
[Bug Fixes]
- Handle sections with "=for Test::MixedScripts".
[Tests]
- Added more author tests.
v0.2.0 2025-08-04 17:05:24+01:00 Europe/London
[Enhancements]
- Extra "=pod" and "=cut" directives are removed from the returned POD.
- Added encoding option to configure the default text encoding.
- Added regions option to configure regions to include.
[Bug Fixes]
- No Recent Changes section will be added if there are no entries, GH#5.
- The "pod" type README now works.
- Handle sections with "=for stopwords" and "=for Pod::Coverage", GH#6.
[Other]
- Fixed prerequisites.
- Reformatted test scripts.
v0.1.2 2025-08-02 11:47:45+01:00 Europe/London
[Tests]
- Fix prerequisites for tests.
v0.1.1 2025-08-01 18:12:49+01:00 Europe/London
[Enhancements]
- Pod::Weaver::Section::Requirements will refer uses to the `cpanfile` or `META.json/yml` files for the full list of
prerequisites.
[Bug Fixes]
- Fixed a bug with variable parameters in the after_release method.
- Fixed the formatting of the date in the RECENT CHANGES section in Pod::Weaver::Section::Requirements.
[Documentation]
- Added a sample of what the INSTALLATION section looks like in Pod::Weaver::Section::InstallationInstructions.
- Fixed typos.
v0.1.0 2025-08-01 14:44:05+01:00 Europe/London
- Initial version released.