pkgsrc/devel/p5-Test-Simple/Makefile
rhaen a71fcfb505 updated to 0.86
ChangeLog:
0.86  Sun Nov  9 01:09:05 PST 2008
    Same as 0.85_01


0.85_01  Thu Oct 23 18:57:38 PDT 2008
    New Features
    * cmp_ok() now displays the error if the comparison throws one.
      For example, broken overloaded objects.

    Bug Fixes
    * cmp_ok() no longer stringifies or numifies its arguments before comparing.
      This makes cmp_ok() properly test overloaded ops.
      [rt.cpan.org 24186] [code.google.com 16]
    * diag() properly escapes blank lines.

    Feature Changes
    * cmp_ok() now reports warnings and errors as coming from inside cmp_ok,
      as well as reporting the caller's file and line.  This let's the user
      know where cmp_ok() was called from while reminding them that it is
      being run in a different context.

    Other
    * Dependency on ExtUtils::MakeMaker 6.27 only on Windows otherwise the
      nested tests won't run.
2008-12-10 16:52:59 +00:00

21 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.41 2008/12/10 16:52:59 rhaen Exp $
DISTNAME= Test-Simple-0.86
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
COMMENT= Perl5 module with a simple framework for writing tests
CONFLICTS+= p5-Test-Builder-Tester-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"