| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- patch the Makefile to build with perl 5.26
- updated to 1.1.2 see /usr/share/doc/packages/perl-Pod-Readme/Changes
- fix for bnc#851647 * /usr/bin/pod2readme not executable
- update to version 0.11
- Recognise the =encoding directive, rather than dying when it's
encountered.
TODO: actually take heed of it.
Thanks to Ivan Bessarabov for bringing this to my attention!
- 0.10 2010-05-19
- David Precious <davidp@preshweb.co.uk> taking over maintainership
- Apply POD fix patch from RT #38328, thanks to David A. Desrosiers
- recreated by cpanspec 1.78.03
- fix deps
- switch to perl_requires macro
- spec mods * removed ^---------- * removed ^#---------
- initial pkg 0.09
- updated to 1.2.3
see /usr/share/doc/packages/perl-Pod-Readme/Changes
v1.2.3 2018-10-31 22:56:42+00:00 Europe/London
[Bug Fixes]
- Increased minimum version of Type::Tiny to 1.000000.
v1.2.2 2018-10-31 22:41:45+00:00 Europe/London
[Documentation]
- Updated POD with regard to format types (Mohammad S Anwar).
- Fixed typos in Changes.
[Bug Fixes]
- Added explicit requirements for Pod::Simple as well as recommended
modules.
[Toolchain]
- Remove explicit core dependencies from prereqs list.
- Updated list of contributors in distribution metadata. (Apologies
if anyone was omitted.)
v1.2.1 2018-10-30 18:23:48+00:00 Europe/London
[Documentation]
- Added note about Github Flavoured Markdown (GFM) support
to Changes for v1.2.0.
[Other]
- Restore license to "Perl_5" that was inadvertently changed
in the conversion to use Dist::Zilla, GH#25.
v1.2.0 2018-10-29 19:24:01+00:00 Europe/London
[Bug Fixes]
- Specify minimum version of List::Util, GH#22.
[Enhancements]
- Added "md" as an alias for "markdown" in pod2readme.
- Added "github" or "gfm" for Github Flavored Markdown in
pod2readme, GH#15.
[Incompatabilities]
- Removed DistZilla type from Pod::Readme::Types, as it was not
necessary.
[Toolchain]
- Remove use of Module::Install, fixes GH#21.
- Use Dist::Zilla to build the distribution.