diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-24 18:51:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-24 18:51:51 +0000 |
commit | 100d7a2918f23eacfca3b9c507ec750dd0371722 (patch) | |
tree | 2a968ba9b52218547ad300f124da85559682881a | |
parent | 9d953594c3a5fedeaa89764fceb495b502a7984e (diff) | |
download | pkgsrc-100d7a2918f23eacfca3b9c507ec750dd0371722.tar.gz |
Update to 2.103:
2.103 Wed Sep 28 2005
- Removed Test::Inline::IO::File::VCS. It is incompleted, and never
should have been distributed in the dist.
2.102 Thu Sep 22 2005
- To handle people with problems installing RT and a few other
programs, add a dependency on Pod::Tests
2.101 Tue Sep 13 2005
- Rebuilding to synchronize with new Module::Install and
ExtUtils::AutoInstall
- Tweaks the per-section test code to make more applicable value
appear in the failure summary.
- Removed all remaining use of UNIVERSAL::isa, switching to a
more accurate Params::Util approach. Should allow for improved
extensibility.
2.100 Thu Jul 14 2005
- Worked as good as I hoped, moving to production release
- Bundling a couple of build-time-only deps
2.099_01 Tue Jul 12 2005
- More work on making inline2test just DWYM
- Added Test::Inline::Content::Simple
2.099_01 Sun Jul 10 2005
- Starting to implement the 2.100 roadmap
- Moved Test::Inline::Handler::Extract to Test::Inline::Extract
- Moved Test::Inline::Handler::File to Test::Inline::IO::File
- Moved Test::Inline::Handler::File::VCS to Test::Inline::IO::File::VCS
- Convert inline2test to use a config file
- Added Test::Inline::Content
- Added Test::Inline::Content::Legacy
- Added Test::Inline::Content::Default
- Reorganised code to make it all work again
- Added 12_content.t
-rw-r--r-- | devel/p5-Test-Inline/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Inline/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile index 0943d3a54a6..6c7e17be3be 100644 --- a/devel/p5-Test-Inline/Makefile +++ b/devel/p5-Test-Inline/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:14 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/24 18:51:51 wiz Exp $ -DISTNAME= Test-Inline-2.002 +DISTNAME= Test-Inline-2.103 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tin -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -14,10 +13,13 @@ COMMENT= Inlining your tests next to the code being tested BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.49:../../devel/p5-ExtUtils-AutoInstall DEPENDS+= p5-Algorithm-Dependency>=1.02:../../devel/p5-Algorithm-Dependency DEPENDS+= p5-Class-Autouse>=1.15:../../devel/p5-Class-Autouse +DEPENDS+= p5-Config-Tiny>=2.00:../../devel/p5-Config-Tiny DEPENDS+= p5-File-Find-Rule>=0.26:../../devel/p5-File-Find-Rule DEPENDS+= p5-File-Flat>=0.95:../../devel/p5-File-Flat DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp +DEPENDS+= p5-Params-Util>=0.05:../../devel/p5-Params-Util DEPENDS+= p5-Test-Simple>=0.33:../../devel/p5-Test-Simple +DEPENDS+= p5-Pod-Tests>=0.18:../../textproc/p5-Pod-Tests PERL5_PACKLIST= auto/Test/Inline/.packlist diff --git a/devel/p5-Test-Inline/distinfo b/devel/p5-Test-Inline/distinfo index fe4c3222457..fdb57689702 100644 --- a/devel/p5-Test-Inline/distinfo +++ b/devel/p5-Test-Inline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/06/24 20:31:04 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/11/24 18:51:51 wiz Exp $ -SHA1 (Test-Inline-2.002.tar.gz) = ec66bf35f8dab544ac9da9ac48b19e6ae8c8453d -RMD160 (Test-Inline-2.002.tar.gz) = 9d2fe2b626efc0f9954f7ccc80439f60dc517906 -Size (Test-Inline-2.002.tar.gz) = 45053 bytes +SHA1 (Test-Inline-2.103.tar.gz) = be710ae946e761a9982d60d079a92a246fcb7259 +RMD160 (Test-Inline-2.103.tar.gz) = cf79e82ff59888b98443513961c8d7ad1e2f7fb8 +Size (Test-Inline-2.103.tar.gz) = 58511 bytes |