pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Compile Update to 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61c4c027df7f
branches:  trunk
changeset: 336612:61c4c027df7f
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jul 18 14:18:03 2019 +0000

description:
Update to 2.2.2

Upstream changes:
v2.2.2    2019-07-11
    - Fix cpan-test failures on mswin32

v2.2.1    2019-07-09
    - Ooops, the module still depends on UNIVERSAL::require
    - Oh, and the subprocess function now requires perl 5.10.0

v2.2.0    2019-07-08
    - RT-118530: Capture (and optionally suppress) all output from subcommands
    - RT-102817: Change the default value for 'verbose', from 1 to undef
    - RT-118419: pm and pl files are now both checked using 'perl -c'
    - Changes to POD: fixes to escaping, update for new functionality, simplify it
    - The module no longer depends on UNIVERSAL::require

v2.1.2    2019-07-03
    - More corrections to the POD
    - More tests, try specifying specific files to all_pX_files()
    - Use the correct method in all_pl_files_ok() (Noel Maddy)

v2.1.1    2019-07-01              (Evan Giles <egiles%cpan.org@localhost>)
    - Correct the POD

v2.1.0    2019-06-29              (Evan Giles <egiles%cpan.org@localhost>)
    - Update copyright
    - Add all_pm_files_ok() and all_pl_files_ok() methods to the internal class

v2.0.1    2019-06-18              (Evan Giles <egiles%cpan.org@localhost>)
    - Export most of the old functions (CPAN-RT 129888)

v2.0_0    2019-06-18
    ?ukasz Hejnak <lehack%lehack.pl@localhost>
    - Replaced import() with Exporter usage.
    - Added all_files_ok to the procedural mode.
    - Added .git to list of directories ignored when looking for pm/pl files.
    - Added an else clause for pl_file_compiles so that it catches file not found errors.
    Evan Giles <egiles%cpan.org@localhost>
    - Remove 'exported_to' function
    - Remove cleanup steps from the Build.PL file
    - Bump version number for backwards incompatible changes (semver.org)

diffstat:

 devel/p5-Test-Compile/Makefile |   5 ++---
 devel/p5-Test-Compile/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 0e06ed8bfec8 -r 61c4c027df7f devel/p5-Test-Compile/Makefile
--- a/devel/p5-Test-Compile/Makefile    Thu Jul 18 13:54:27 2019 +0000
+++ b/devel/p5-Test-Compile/Makefile    Thu Jul 18 14:18:03 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2019/06/30 20:15:50 nia Exp $
+# $NetBSD: Makefile,v 1.21 2019/07/18 14:18:03 wen Exp $
 #
 
-DISTNAME=      Test-Compile-v1.3.0
+DISTNAME=      Test-Compile-v2.2.2
 PKGNAME=       p5-${DISTNAME:S/v1/1/}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
diff -r 0e06ed8bfec8 -r 61c4c027df7f devel/p5-Test-Compile/distinfo
--- a/devel/p5-Test-Compile/distinfo    Thu Jul 18 13:54:27 2019 +0000
+++ b/devel/p5-Test-Compile/distinfo    Thu Jul 18 14:18:03 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/04/23 08:01:50 wen Exp $
+$NetBSD: distinfo,v 1.9 2019/07/18 14:18:03 wen Exp $
 
-SHA1 (Test-Compile-v1.3.0.tar.gz) = f37dfc829ac5d97b3363c0291dcd28a434486711
-RMD160 (Test-Compile-v1.3.0.tar.gz) = 1c231c38fe571b0ab825a4c2c96c7bd53797905e
-SHA512 (Test-Compile-v1.3.0.tar.gz) = 58396ed37a668ad005955193dfdad435d4b92f16334ed83f1ec5de8e1046bef8eec452ccefa277311f8eb903c7872fcc6ebacfeba112621f8b8ca05841089ef8
-Size (Test-Compile-v1.3.0.tar.gz) = 15198 bytes
+SHA1 (Test-Compile-v2.2.2.tar.gz) = 244ebce23cdbcd2b0b1c23077a101dac790608b5
+RMD160 (Test-Compile-v2.2.2.tar.gz) = 9185c8f2901421f331a9e21b259655771a847aa1
+SHA512 (Test-Compile-v2.2.2.tar.gz) = 93e33597cae9c8e78143abc18ab30552e445961f6931a4ba7f58747f36f80fcf88f9be3556562da49d99eced431802d6e0f899808f255c3721c2b60f7af3d2d7
+Size (Test-Compile-v2.2.2.tar.gz) = 17532 bytes



Home | Main Index | Thread Index | Old Index