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
|
Source: libmodule-install-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>,
Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libfile-remove-perl <!nocheck>,
libmodule-install-authortests-perl,
libmodule-install-extratests-perl,
libmodule-scandeps-perl <!nocheck>,
libparse-cpan-meta-perl (>= 1.4413) <!nocheck>,
libyaml-tiny-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-perl.git
Homepage: https://metacpan.org/release/Module-Install
Rules-Requires-Root: no
Package: libmodule-install-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfile-remove-perl,
libmodule-scandeps-perl,
libparse-cpan-meta-perl (>= 1.4413),
libyaml-tiny-perl
Recommends: libarchive-zip-perl,
libfile-homedir-perl,
libjson-perl,
libpar-dist-perl,
libwww-perl
Description: framework for installing Perl modules
NOTE: while Module::Install pioneered many great ideas in its time, its
primary benefits have been better achieved by other tools, like Dist::Zilla,
and its spinoffs. Use of Module::Install for new distributions is therefore
discouraged by the maintainers.
.
Module::Install is a package for writing installers for CPAN (or CPAN-like)
distributions that are clean, simple, minimalist, act in a strictly correct
manner with ExtUtils::MakeMaker. It will run on any Perl installation version
5.005 or newer.
.
It is designed to automatically include a copy of itself with modules that
use it, thus ensuring that bleeding-edge features will be available for use
in Makefile.PL in a simple and portable way. It is simple to learn, and has
the same features as ExtUtils::MakeMaker and Module::Build. However, it has
the advantage that it requires no installation for end-users.
|