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
|
Source: libdist-zilla-plugin-readmefrompod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Miguel Susano Pinto <carandraug+dev@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdist-zilla-perl <!nocheck>,
libio-string-perl <!nocheck>,
libmoose-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libpod-readme-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-readmefrompod-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-readmefrompod-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-ReadmeFromPod
Rules-Requires-Root: no
Package: libdist-zilla-plugin-readmefrompod-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdist-zilla-perl,
libio-string-perl,
libmoose-perl,
libpath-tiny-perl,
libpod-readme-perl,
libscalar-list-utils-perl
Description: Dist::Zilla plugin to generate a README from Pod
Dist::Zilla::Plugin::ReadmeFromPod is a Dist::Zilla plugin that
generates a README from a specific module using Pod::Readme. It
supports the conversion to "html", "pod", "markdown" and "rtf"
formats.
|