Changes for version v1.1.0 - 2014-12-03
- Documentation
- Fixed typos in POD for requires plugin.
- Enhancements
- Pod::Readme::Filter has a zilla attribute for Dist::Zilla objects.
- The requires plugin will use metadata from the Dist::Zilla object if it is set, rather than looking for a META.yml file (which will not exist, if this is used in a Dist::Zilla plugin).
Changes for version v1.0.1_08 - 2014-10-13
- Documentation
- More documentation tweaks.
Changes for version v1.0.1_07 - 2014-10-10
- Documentation
- More documentation tweaks.
- Enhancements
- Added a depends_on method that returns a list of files that the README depends on.
- Added dependencies_updated method to check if dependencies have been updated.
- The README is only updated if dependencies have been updated.
- Added a --force option to pod2readme to force updates.
- Other Changes
- Moved pod2readme tests to xt directory for author tests, due to inconsistent behaviour on different platforms.
Changes for version v1.0.1_06 - 2014-10-10
- Documentation
- More documentation tweaks.
- Changed pod2readme usage text to match abstract.
- Bug Fixes
- Added minimum Perl version to Makefile.PL.
- Removed use of Path::Class in pod2readme utility.
- Other Changes
- Added rudimentary tests for pod2readme script.
- Enhancements
- The requires plugin uses minimum module versions to check if a module is in the core-list.
Changes for version v1.0.1_05 - 2014-10-09
- Documentation
- Corrected typos in POD.
- Bug Fixes
- Disabled use of Test::Kit, since it seems to have problems with Test::Builder 1.301001_056.
Changes for version v1.0.1_04 - 2014-10-08
- Documentation
- Changed abstract to make the module's purpose more obvious.
- Bug Fixes
- Added missing IO::String prereq to tests.
Changes for version v1.0.1_03 - 2014-10-08
- Documentation
- Added Acknowledgements section to POD.
- Bug Fixes
- Added minimum version prereq of Moo to fix issue with undef defaults.
- Enhancements
- Changed to use Path::Tiny instead of Path::Class.
- Reverted back to using Exporter, since most core modules already use it.
Changes for version v1.0.1_02 - 2014-10-08
- Documentation
- Added missing timestamp to Changes.
- Updated README.pod.
- Other Changes
- Changed how versions are defined in modules, to handle quirks of namespace::autoclean.
- Changed to use Exporter::Lite.
Changes for version v1.0.1_01 - 2014-10-08
- Bug Fixes
- Fixed argument name for include command.
- Changed tests to compare files so they handle different Windows line endings.
- Documentation
- Fixed POD errors and typos.
- Enhancements
- Switched to use Type::Tiny-based types, with stricter constraints.
- Switched to use Moo instead of Moose.
- Other Changes
- Minor internal code tweaks.
Changes for version v1.0.0_03 - 2014-09-24
- Bug Fixes
- The tests for the requires plugin handle non-author builds.
- Fix for tests on some systems.
- Enhancements
- Show path of missing META.yml file in requires plugin.
- Documentation
- Consistent names in POD.
- Fixed typos in Changes file.
- Other Changes
- Added hooks for author tests in Makefile.PL.
- Fixed license metadata error to make CPANTS happy, and to be consistent with license in the POD.
- Tests use Exporter instead of Exporter::Lite.
- Tests use Test::Kit rather than Test::Most, and explicitly import the tests modules that they use.
- Removed redundant prereqs from Makefile.PL.
Modules
Intelligently generate a README file from POD
Filter README from POD
Plugin role for Pod::Readme
Include latest Changes in README
Include requirements in README
Include version in README
Types used by Pod::Readme