pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Inline Update to 2.103:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4ba139f8af5
branches:  trunk
changeset: 503651:f4ba139f8af5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 24 18:51:51 2005 +0000

description:
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

diffstat:

 devel/p5-Test-Inline/Makefile |  8 +++++---
 devel/p5-Test-Inline/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r e825ff14d7b1 -r f4ba139f8af5 devel/p5-Test-Inline/Makefile
--- a/devel/p5-Test-Inline/Makefile     Thu Nov 24 18:50:40 2005 +0000
+++ b/devel/p5-Test-Inline/Makefile     Thu Nov 24 18:51:51 2005 +0000
@@ -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 @@
 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 -r e825ff14d7b1 -r f4ba139f8af5 devel/p5-Test-Inline/distinfo
--- a/devel/p5-Test-Inline/distinfo     Thu Nov 24 18:50:40 2005 +0000
+++ b/devel/p5-Test-Inline/distinfo     Thu Nov 24 18:51:51 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index