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
|
Source: libperl5i-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
gregor herrmann <gregoa@debian.org>,
Dominique Dumont <dod@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
libautobox-core-perl,
libautobox-dump-perl,
libautobox-list-util-perl,
libautobox-perl,
libautovivification-perl,
libcapture-tiny-perl,
libcarp-fix-1-25-perl,
libchild-perl,
libclass-perl,
libdatetime-format-epoch-perl,
libdatetime-perl,
libdatetime-timezone-tzfile-perl,
libdevel-declare-perl,
libfile-chdir-perl,
libhash-fieldhash-perl,
libhash-merge-simple-perl,
libhash-storediterator-perl,
libindirect-perl,
libipc-system-simple-perl,
libjson-maybexs-perl (>= 1.003005),
liblist-moreutils-perl,
libmodern-perl-perl,
libmodule-build-perl,
libobject-id-perl,
libpath-tiny-perl,
libperl6-caller-perl,
libsub-name-perl,
libtaint-util-perl,
libtest-exception-perl,
libtest-most-perl,
libtest-output-perl,
libtest-warn-perl (>= 0.24),
libtime-y2038-perl,
libtrue-perl,
libtry-tiny-perl,
libutf8-all-perl (>= 0.015),
libwant-perl,
libyaml-perl,
perl (>= 5.15.3),
perl (>= 5.17.2) | libautodie-perl (>= 2.12)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperl5i-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libperl5i-perl.git
Homepage: https://metacpan.org/release/perl5i
Package: libperl5i-perl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
libautobox-core-perl,
libautobox-dump-perl,
libautobox-list-util-perl,
libautobox-perl,
libautovivification-perl,
libcapture-tiny-perl,
libcarp-fix-1-25-perl,
libchild-perl,
libclass-perl,
libdatetime-format-epoch-perl,
libdatetime-perl,
libdatetime-timezone-tzfile-perl,
libdevel-declare-perl,
libfile-chdir-perl,
libhash-fieldhash-perl,
libhash-merge-simple-perl,
libhash-storediterator-perl,
libindirect-perl,
libipc-system-simple-perl,
libjson-maybexs-perl (>= 1.003005),
liblist-moreutils-perl,
libmodern-perl-perl,
libobject-id-perl,
libpath-tiny-perl,
libperl6-caller-perl,
libsub-name-perl,
libtaint-util-perl,
libtime-y2038-perl,
libtrue-perl,
libtry-tiny-perl,
libutf8-all-perl (>= 0.015),
libwant-perl,
libyaml-perl,
perl (>= 5.17.2) | libautodie-perl (>= 2.12)
Provides: libperl5i-0-perl,
libperl5i-1-perl,
libperl5i-2-perl
Description: pragma to fix as much of Perl 5 as possible
perl5i is a Perl pragma that swiftly enables the features of a collection of
modules and techniques used to fix Perl 5's warts. It includes changing core
functions, adding features and changing defaults, so it will likely not be
100% backwards compatible with standard Perl 5 syntax. However, this pragma
tries to limit the damage by having a lexical effect.
|