- updated package to 0.106
- USER_DESTDIR support added - new maintainer for the package - ok'ed by rillig Changelog: 0.106 Some doc clarifications and improvements. 0.105 Fixed documentation for run_tests - looks like I copied code for check_test and didn't alter it correctly. Ricardo Signes pointed out the errors. Removed the code and docs related to the $name parameter of run_tests, it had no effect and a name makes no sense (again a hang over from factoring this out of check_tests I guess). 0.104 Removed a bogus entry for Exporter in @ISA in Test::Tester::Capture and add a "use Test::Builder". This can cause problems that I can't reproduce. Thanks to Andres Koenig.
This commit is contained in:
parent
45ad5aac74
commit
c475b3e867
2 changed files with 8 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:25 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2007/12/11 12:00:34 rhaen Exp $
|
||||
|
||||
DISTNAME= Test-Tester-0.103
|
||||
DISTNAME= Test-Tester-0.106
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Test-Tester/
|
||||
COMMENT= Perl5 module to ease testing test modules built with Test::Builder
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
PERL5_PACKLIST= auto/Test/Tester/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/11/23 21:59:32 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2007/12/11 12:00:34 rhaen Exp $
|
||||
|
||||
SHA1 (Test-Tester-0.103.tar.gz) = 599e367c09c5dc7128af154a3dd5f19ac9f9582b
|
||||
RMD160 (Test-Tester-0.103.tar.gz) = 2cbec3aefc47ebf36397f1444eb848eab66f6aa9
|
||||
Size (Test-Tester-0.103.tar.gz) = 14693 bytes
|
||||
SHA1 (Test-Tester-0.106.tar.gz) = 1fa1f57398645f248f2f393ef79b86e8039af0ba
|
||||
RMD160 (Test-Tester-0.106.tar.gz) = 289db17c1d589e7e8ca3f7c517682b0c120f836c
|
||||
Size (Test-Tester-0.106.tar.gz) = 15017 bytes
|
||||
|
|
Loading…
Reference in a new issue