Commit graph

8 commits

Author SHA1 Message Date
mef
1c973d7703 (pkgsrc)
- Add one BUILD_DEPENDS for make test
   +BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build

(upstream)
 - Update 0.21 to 0.26
   -------------------
0.26   2015-11-07
- The previous release only had a partial fix for failures to resolve distro
  names. This release fixes this more completely.

0.25   2015-11-07
- This module would die when it couldn't turn a dependent module name into a
  distro. Now it outputs a diag() message and continues on.

0.24   2015-10-04
- When test_all_dependents() is called, deps are now sorted before testing.

- The prereqs log now tells shows you the "root" distribution when installing
  prereqs of prereqs. This makes it easier to figure out which dependent is
    pulling in some uninstallable module.

0.23   2015-10-04
- Use diag to print the name of each distribution before it is tested. This is
  helpful if a particular distro hangs during the build or test phases.

0.22   2015-08-21
- The test_all_dependents() sub now lets you pass a filter subroutine instead
  of an exclude regex. This is a lot simpler to implement in many cases.
2015-11-26 13:02:14 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
mef
811695e148 Update to 0.22
-----------------
0.22   2015-08-21
- The test_all_dependents() sub now lets you pass a filter subroutine instead
  of an exclude regex. This is a lot simpler to implement in many cases.
2015-09-06 10:07:46 +00:00
wiz
c4d677c39d Update to 0.21. Improve DESCR.
0.21   2015-07-17

- If PERL_TEST_DM_CPAN_VERBOSE was true and Test::More had not been loaded in
  the process you would get an error. GH #9.
2015-08-06 09:26:20 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
4cc0ca7247 Set TEST_TARGET?= # empty to skip make test
devel/autoconf  (but just add 2.69 status)
 devel/dejagnu
 devel/p5-ExtUtils-AutoInstall (infinite loop)
 devel/p5-Inline-C             (fail at t/27inline_maker.t)
 devel/p5-Search-Elasticsearch (several items)
Some other {net,devel}/p5-packages
 Set BUILD_DEPENDS+= for make test
2015-05-09 23:12:19 +00:00
mef
dcb1b37fe3 (Small) layout change of the lines 2015-05-09 14:34:29 +00:00
mef
d7af7d41fa Import p5-Test-DependentModules-0.20 as devel/p5-Test-DependentModules.
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.
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
enable parallel testing.
2015-05-09 14:20:15 +00:00