Update to 0.50:

0.50   [2015-06-07]
    - add links to Ovid's tutorial series on Test::Class (Tim Vroom, PR#19)
    - add links to Test::Class::Most, Test::Class::Moose (Tim Vroom, PR#20)
    - list some distributions that use Test::Class in their test suite (Tim
      Vroom, PR#21)
    - update documentation about running individual tests (Matthew Horsfall,
      PR#22)
    - fix some tests to work with the new Test::Stream (Chad Granum, PR#27)
    - switch packaging to ExtUtils::MakeMaker
This commit is contained in:
wiz 2015-08-06 09:23:53 +00:00
parent 115e366efd
commit 28d949788f
2 changed files with 6 additions and 8 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:19 wiz Exp $
# $NetBSD: Makefile,v 1.24 2015/08/06 09:23:53 wiz Exp $
DISTNAME= Test-Class-0.48
DISTNAME= Test-Class-0.50
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@ -22,7 +21,6 @@ BUILD_DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Class/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2014/11/23 14:24:57 schmonz Exp $
$NetBSD: distinfo,v 1.12 2015/08/06 09:23:53 wiz Exp $
SHA1 (Test-Class-0.48.tar.gz) = 020ba6d931034118d4febbd4f6ce949a0b864a74
RMD160 (Test-Class-0.48.tar.gz) = 6a228ade284137d437b080768d6e0608266ff18c
Size (Test-Class-0.48.tar.gz) = 71256 bytes
SHA1 (Test-Class-0.50.tar.gz) = 1f79ae39619c9788dc5b9e3efb04d7775b321318
RMD160 (Test-Class-0.50.tar.gz) = a13053f904ec426ae5172050d8399967c1c5c7d7
Size (Test-Class-0.50.tar.gz) = 60253 bytes