libmodule-install-authorrequires-perl_0.02-1_amd64.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Sun Jun 3 10:04:55 UTC 2012


(new) libmodule-install-authorrequires-perl_0.02-1.debian.tar.gz optional perl
(new) libmodule-install-authorrequires-perl_0.02-1.dsc optional perl
(new) libmodule-install-authorrequires-perl_0.02-1_all.deb optional perl
declare author-only dependencies
 Modules often have optional requirements, for example dependencies that
 are useful for (optional) tests, but not required for the module to
 work properly.
 .
 Usually you want all developers of a project to have these optional
 modules installed. However, simply telling everyone or printing
 diagnostic messages if optional dependencies are missing often isn't
 enough to make sure all authors have all optional modules installed.
 .
 Module::Install already has a way of detecting an author environment,
 so an easy way to achieve the above would be something like:
 .
  if ($Module::Install::AUTHOR) {
    requires 'Some::Module';
    requires 'Another::Module' => '0.42';
  }
 .
 Unfortunately, that'll also make the optional dependencies show up in
 the distributions "META.yml" file, which is obviously wrong, as they
 aren't actually hard requirements.
 .
 Working that around requires a considerable amount of non-trivial
 Makefile.PL hackery, or simply using Module::Install::AuthorRequires's
 "author_requires" command.
(new) libmodule-install-authorrequires-perl_0.02.orig.tar.gz optional perl


Changes:
libmodule-install-authorrequires-perl (0.02-1) unstable; urgency=low
 .
  * Initial packaging release.
    Closes: bug#675736.


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 675736 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list