pkgsrc/devel/p5-Test-Harness/Makefile
shell 5fa46148b0 Updated to p5-Test-Harness-2.26
Changes :
2.26  Wed Jun 19 16:58:02 EDT 2002
    - Workaround for MacPerl's lack of a working putenv.  It will never
      see the PERL5LIB environment variable (perl@16942).

2.25  Sun Jun 16 03:00:33 EDT 2002
    - $Strap is now a global to allow Test::Harness::Straps
      experimentation.
    - Little spelling nit in a diagnostic.
    - Chris Richmond noted that the runtests() docs were wrong.  It will
      die, not return false, when any tests fail.  This is silly, but
      historically necessary for 'make test'.  Docs corrected.
    - MacPerl test fixes from Pudge. (mutation of bleadperl@16989)
    - Undef warning introduced in 2.24 on skipped tests with no reasons
      fixed.
    * Test::Harness now depends on File::Spec
2002-10-20 03:12:35 +00:00

16 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.11 2002/10/20 03:12:35 shell Exp $
DISTNAME= Test-Harness-2.26
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tha
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= shell@netbsd.org
COMMENT= perl5 module for testing
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Harness/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"