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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: perlimports
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
libclass-inspector-perl <!nocheck>,
libcpanel-json-xs-perl <!nocheck>,
libdatetime-perl <!nocheck>,
libfile-chdir-perl <!nocheck>,
libfile-pushd-perl <!nocheck>,
libfile-xdg-perl <!nocheck>,
libgeo-ip-perl <!nocheck>,
libgetopt-long-descriptive-perl <!nocheck>,
libhtml-lint-perl <!nocheck>,
libhtml-tableextract-perl <!nocheck>,
libhttp-message-perl <!nocheck>,
liblingua-en-inflect-perl <!nocheck>,
liblist-allutils-perl <!nocheck>,
liblog-dispatch-array-perl <!nocheck>,
liblog-dispatch-perl <!nocheck>,
libmath-round-perl <!nocheck>,
libmodule-runtime-perl <!nocheck>,
libmojolicious-perl <!nocheck>,
libmoo-perl <!nocheck>,
libmoose-perl <!nocheck>,
libmoosex-types-path-class-perl <!nocheck>,
libmoosex-types-perl (>= 0.51) <!nocheck>,
libmoox-strictconstructor-perl <!nocheck>,
libossp-uuid-perl <!nocheck>,
libpath-class-perl <!nocheck>,
libpath-iterator-rule-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libperl-critic-perl <!nocheck>,
libpithub-perl <!nocheck>,
libppi-perl (>= 1.276) <!nocheck>,
libppix-utils-perl <!nocheck>,
libref-util-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libsereal-decoder-perl <!nocheck>,
libsereal-encoder-perl <!nocheck>,
libsub-exporter-perl <!nocheck>,
libsub-handlesvia-perl <!nocheck>,
libsymbol-get-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-most-perl <!nocheck>,
libtest-needs-perl <!nocheck>,
libtest-requiresinternet-perl <!nocheck>,
libtest-script-perl (>= 1.29) <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
libtext-diff-perl <!nocheck>,
libtext-simpletable-autowidth-perl <!nocheck>,
libtoml-tiny-perl (>= 0.16) <!nocheck>,
libtry-tiny-perl <!nocheck>,
libtype-tiny-perl <!nocheck>,
libwww-perl <!nocheck>,
perl,
perltidy (>= 20220613) <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/perlimports
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/perlimports.git
Homepage: https://metacpan.org/release/App-perlimports
Rules-Requires-Root: no
Package: perlimports
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcapture-tiny-perl,
libclass-inspector-perl,
libcpanel-json-xs-perl,
libfile-xdg-perl,
libgetopt-long-descriptive-perl,
liblog-dispatch-perl,
libmodule-runtime-perl,
libmoo-perl,
libmoox-strictconstructor-perl,
libossp-uuid-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
libppi-perl (>= 1.276),
libppix-utils-perl,
libref-util-perl,
libscalar-list-utils-perl,
libsereal-decoder-perl,
libsereal-encoder-perl,
libsub-handlesvia-perl,
libsymbol-get-perl,
libtext-diff-perl,
libtext-simpletable-autowidth-perl,
libtoml-tiny-perl (>= 0.16),
libtry-tiny-perl,
libtype-tiny-perl,
perltidy (>= 20220613)
Description: tool to automate the maintenance of Perl import statements
This package provides the perlimports command line interface, which automates
the cleanup and maintenance of Perl use and require statements.
Loosely inspired by goimports, this tool aims to be part of your linting and
tidying workflow, in much the same way you might use perltidy or perlcritic.
|