Update to 0.07:
0.07 2013-07-01T03:08:52Z - If the C<< RELEASE_TESTING >> environment variable is true, then instead of skipping tests, Test::Requires bails out. (tobyink) 0.07 - document that use Test::Requires "5.010" works. (tobyink)
This commit is contained in:
parent
0968edf73c
commit
1b678b4cc7
2 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2013/09/05 19:12:06 wiz Exp $
|
||||
|
||||
DISTNAME= Test-Requires-0.06
|
||||
DISTNAME= Test-Requires-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
|
@ -11,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Requires/
|
|||
COMMENT= Perl 5 module to test if a module can be loaded
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/Requires/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/12/13 12:28:37 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/09/05 19:12:06 wiz Exp $
|
||||
|
||||
SHA1 (Test-Requires-0.06.tar.gz) = 5a7b580fbc6c1e8c6493ceeffc5645ab08f3afd5
|
||||
RMD160 (Test-Requires-0.06.tar.gz) = 8cce5072b728cd19b17e20aa129942d599c1e521
|
||||
Size (Test-Requires-0.06.tar.gz) = 20077 bytes
|
||||
SHA1 (Test-Requires-0.07.tar.gz) = aaf906f376306c855472aef7731ad4837eb57d20
|
||||
RMD160 (Test-Requires-0.07.tar.gz) = 43ed9feadff1cb246a14a3fca0461955c973f583
|
||||
Size (Test-Requires-0.07.tar.gz) = 11023 bytes
|
||||
|
|
Loading…
Reference in a new issue