Codebase list libdist-zilla-plugin-test-podspelling-perl / HEAD debian / control
HEAD

Tree @HEAD (Download .tar.gz)

control @HEADraw · history · blame

Source: libdist-zilla-plugin-test-podspelling-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-tiny-perl
Build-Depends-Indep: libdist-zilla-perl,
                     libfile-pushd-perl,
                     libmoose-perl,
                     libpath-tiny-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-needs-perl,
                     libtest-spelling-perl,
                     perl | libtest-simple-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-test-podspelling-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-test-podspelling-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-PodSpelling
Rules-Requires-Root: no

Package: libdist-zilla-plugin-test-podspelling-perl
Architecture: all
Depends: libdist-zilla-perl,
         libmoose-perl,
         libtest-spelling-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Author tests for POD spelling
 The Dist::Zilla plugin Dist::Zilla::Plugin::Test::PodSpelling adds
 author tests to spell-check all POD in a distribution.
 .
 It's the successor of Dist::Zilla::Plugin::PodSpellingTests.

Package: libdist-zilla-plugin-podspellingtests-perl
Architecture: all
Section: oldlibs
Depends: libdist-zilla-plugin-test-podspelling-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: libtest-spelling-perl
Description: Backward-compatibility wrapper around Dist::Zilla::Plugin::Test::PodSpelling
 Dist::Zilla::Plugin::PodSpellingTests is the old name of
 Dist::Zilla::Plugin::Test::PodSpelling.
 .
 This package contains the wrapper plugin
 Dist::Zilla::Plugin::PodSpellingTests which extends
 Dist::Zilla::Test::PodSpelling and adds nothing.
 .
 You can safely remove this transitional package if none of your
 Dist::Zilla based distributions uses "[PodSpellingTests]" anymore.