1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: libpod-readme-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libclass-method-modifiers-perl (>= 2.00),
libcpan-changes-perl (>= 0.30),
libfile-slurp-perl,
libgetopt-long-descriptive-perl,
libio-string-perl,
libmoo-perl (>= 1.004005),
libmoox-handlesvia-perl,
libnamespace-autoclean-perl,
libpath-tiny-perl,
librole-tiny-perl,
libtest-deep-perl,
libtest-exception-perl,
libtry-tiny-perl,
libtype-tiny-perl,
perl,
perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-readme-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-readme-perl.git
Homepage: https://metacpan.org/release/Pod-Readme
Package: libpod-readme-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-method-modifiers-perl (>= 2.00),
libcpan-changes-perl (>= 0.30),
libfile-slurp-perl,
libgetopt-long-descriptive-perl,
libmoo-perl (>= 1.004005),
libmoox-handlesvia-perl,
libnamespace-autoclean-perl,
libpath-tiny-perl,
librole-tiny-perl,
libtry-tiny-perl,
libtype-tiny-perl,
perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Recommends: libpod-markdown-perl,
libtype-tiny-xs-perl
Description: Perl module to convert POD to README file
Pod::Readme is no longer a subclass of a POD parsing module. Instead, it is a
simple POD filter.
.
This module allows authors to mark portions of the POD to be included only in,
or to be excluded from the README file. It also allows you to include
portions of another file (such as a separate ChangeLog).
|