diff options
author | shell <shell> | 2002-10-20 03:16:04 +0000 |
---|---|---|
committer | shell <shell> | 2002-10-20 03:16:04 +0000 |
commit | 7f6e4e03fbd85e1ae68d6f66016f0018810a2ae0 (patch) | |
tree | a67efef476c96e94632245e247e9edbf058cc012 | |
parent | f36055b6ca1f402ccd6819722065604ece0f778e (diff) | |
download | pkgsrc-7f6e4e03fbd85e1ae68d6f66016f0018810a2ae0.tar.gz |
Updated to Test-Simple-0.47
- use buildlink2
Changes :
0.47 Mon Aug 26 03:54:22 PDT 2002
* Tatsuhiko Miyagawa noticed Test::Builder was accidentally storing
objects passed into test functions causing problems with tests
relying on object destruction.
- Added example of calculating the number of tests to Test::Tutorial
- Peter Scott made the ending logic not fire on child processes when
forking.
* Test::Builder is once again ithread safe.
0.46 Sat Jul 20 19:57:40 EDT 2002
- Noted eq_set() isn't really a set comparision.
- Test fix, exit codes are broken on MacPerl (bleadperl@16868)
- Make Test::Simple install itself into the core for >= 5.8
- Small fixes to Test::Tutorial and skip examples
* Added TB->has_plan() from Adrian Howard
- Clarified the meaning of 'actual_ok' from TB->details
* Added TB->details() from chromatic
- Neil Watkiss fixed a pre-5.8 test glitch with threads.t
* If the test died before a plan, it would exit with 0 [ID 20020716.013]
0.45 Wed Jun 19 18:41:12 EDT 2002
- Andy Lester made the SKIP & TODO docs a bit clearer.
- Explicitly disallowing double plans. (RT #553)
- Kicking up the minimum version of Test::Harness to one that's
fairly bug free.
- Made clear a common problem with use_ok and BEGIN blocks.
- Arthur Bergman made Test::Builder thread-safe.
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 1b74d98515c..d1580a0f851 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2002/04/27 08:06:21 shell Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/20 03:16:04 shell Exp $ -DISTNAME= Test-Simple-0.44 +DISTNAME= Test-Simple-0.47 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 @@ -11,11 +11,8 @@ COMMENT= perl5 module with a simple framework for writing tests DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Simple/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index f96e32bea82..b93e0718f16 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2002/04/27 08:06:21 shell Exp $ +$NetBSD: distinfo,v 1.9 2002/10/20 03:16:05 shell Exp $ -SHA1 (Test-Simple-0.44.tar.gz) = 50bb36a03c40f99a065d5bfe1060db98ef998855 -Size (Test-Simple-0.44.tar.gz) = 41821 bytes +SHA1 (Test-Simple-0.47.tar.gz) = f9e3c343923699eb4c0cb96ac5b574fa11a3149c +Size (Test-Simple-0.47.tar.gz) = 45820 bytes |