Import of pkgsrc-2015Q3

This commit is contained in:
2016-01-21 23:42:40 +01:00
committed by sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228313 additions and 80017 deletions
+8 -23
View File
@@ -1,24 +1,9 @@
WARNING: The tests this module does should never be included as part of a
normal CPAN install!
This module is intended as a tool for module authors who would like to
easily test that a module release will not break dependencies. This is
particularly useful for module authors (like myself) who have modules which
are a dependency of many other modules.
-- How It Works --
Internally, this module will download dependencies from CPAN and run their
tests. If those dependencies in turn have unsatisfied dependencies, they
are installed into a temporary directory. These second-level (and third-,
etc) dependencies are not tested.
In order to avoid prompting, this module sets $ENV{PERL_AUTOINSTALL} to
--defaultdeps and sets $ENV{PERL_MM_USE_DEFAULT} to a true value.
Nonetheless, some ill-behaved modules will still wait for a prompt.
Unfortunately, because of the way this module attempts to keep output
to a minimum, you won't see these prompts. Patches are welcome.
This module is intended as a tool for module authors who would like
to easily test that a module release will not break dependencies.
This is particularly useful for module authors (like myself) who
have modules which are a dependency of many other modules.
-- Running Tests in Parallel --
If you're testing a lot of modules, you might benefit from running tests in
parallel. You'll need to have Parallel::ForkManager installed for this to
work.
Set the $ENV{PERL_TEST_DM_PROCESSES} env var to a value greater than 1 to
qenable parallel testing.
Internally, this module will download dependencies from CPAN and
run their tests. If those dependencies in turn have unsatisfied
dependencies, they are installed into a temporary directory. These
second-level (and third-, etc) dependencies are not tested.
+2 -3
View File
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2015/06/12 10:49:48 wiz Exp $
# $NetBSD: Makefile,v 1.5 2015/09/06 10:07:46 mef Exp $
DISTNAME= Test-DependentModules-0.20
DISTNAME= Test-DependentModules-0.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+4 -4
View File
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/09 14:20:15 mef Exp $
$NetBSD: distinfo,v 1.3 2015/09/06 10:07:46 mef Exp $
SHA1 (Test-DependentModules-0.20.tar.gz) = 0f8769954c5d952a83f03791711320bbd4c7f966
RMD160 (Test-DependentModules-0.20.tar.gz) = e1f5e605d31d9e134a9683e7fadf36aab3b2731e
Size (Test-DependentModules-0.20.tar.gz) = 26646 bytes
SHA1 (Test-DependentModules-0.22.tar.gz) = 2185085bebc1d44e86831e7e5bbf284e8f95d42d
RMD160 (Test-DependentModules-0.22.tar.gz) = b7ec3aa08d8f3f9ca6fd0fd2af0d28216426d68c
Size (Test-DependentModules-0.22.tar.gz) = 29933 bytes