Commit graph

7 commits

Author SHA1 Message Date
wen
9d14facdae Update to 1.2.3
Upstream 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.
2018-11-10 06:29:37 +00:00
ryoon
617e883916 Fix build with Perl 5.26.0 2017-06-07 14:42:23 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wen
91694c19db Update to 1.1.2
Add missing DEPENDS

Upstream changelog is too long, please visit:
http://cpansearch.perl.org/src/RRWO/Pod-Readme-v1.1.2/Changes
2015-01-11 15:29:44 +00:00
hiramatsu
197e0d32ba Update p5-Pod-Readme to 0.11.
Change from previous:
0.11  2010-12-09
        - Recognise the =encoding directive, rather than dying when it's
          encountered.
2011-10-29 17:30:33 +00:00
sno
19b4c46d34 Updating textproc/p5-Pod-Readme from 0.09 to 0.10
pkgsrc changes:
- adjust module type (Module::Build)

Upstream changes:
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
2010-07-31 13:59:51 +00:00
obache
142d568788 Import p5-Pod-Readme-0.09 as textproc/p5-Pod-Readme.
Requested by Jens Rehsack in PR 39558.

This module is a subclass of Pod::PlainText which provides additional POD
markup for generating README files.
Why should one bother with this? One can simply use
  pod2text Module.pm > README
A problem with doing that is that the default pod2text converter will add text
to links, so that "L<Module>" is translated to "the Module manpage"...
2008-11-09 13:05:37 +00:00