Skip to content

Commit

Permalink
Update to 1.40
Browse files Browse the repository at this point in the history
Upstream changes:
1.40 - 30 April 2023
 - Note usage with dzil (Steve Rogerson) (GH-319)
 - Fix html_basic report (jkahrman) (GH-318)
 - Use CPAN::Meta (Slaven Rezić) (GH-314)
 - Make non-interactive output less noisy (jkahrman) (GH-312)
 - Avoid infinite recursion in Type::Tiny and other places (Ed J) (GH-307)
 - Add ignore_covered_err option (Tina Müller) (GH-323)
 - Handle empty hashes and arrays on condition RHS in 5.37.6 and later

1.39 - 29 April 2023
 - Remove dependency on B::Debug (Jim Keenan) (GH-289)
 - Raise minimum version to 5.12
 - Correct spelling of Pod::Coverage trustme parameter (Oliver Youle) (GH-302)
 - Fix annotations in html_basic report (Opera Wang) (GH-310)

1.38 - 5 June 2022
 - Improve documentation

1.37 - 5 June 2022
 - Fix Subroutine module docs (bkerin) (GH-262)
 - Use github actions instead of travis (Zakariyya Mughal) (GH-291)
 - Improve mkdir error messages (Felipe Gasper) (GH-296)
 - Remove asterisk from gcov count (Zakariyya Mughal) (GH-294)
 - Test against 5.36.0
 - Avoid warnings from check_files (Nicolas R) (GH-292)
 - Support __SUB__ (Graham Knop) (GH-290, GH-243, GH-285)
 - Support uncoverable count ranges (Tina Müller) (GH-288)
 - Improve gcov support for XS code (Ed J) (GH-280)
 - Allow overriding of HTML code highlighting (Jesús Alonso Abad) (GH-271)
 - Improve contributing docs
  • Loading branch information
wen committed Jun 27, 2023
1 parent 277812d commit 08e4a5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions devel/p5-Devel-Cover/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.42 2022/06/28 11:32:15 wiz Exp $
# $NetBSD: Makefile,v 1.43 2023/06/27 03:45:03 wen Exp $

DISTNAME= Devel-Cover-1.36
DISTNAME= Devel-Cover-1.40
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}

Expand All @@ -19,7 +18,6 @@ DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww

TEST_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
TEST_DEPENDS+= p5-B-Debug-[0-9]*:../../devel/p5-B-Debug

USE_LANGUAGES= c
PERL5_PACKLIST= auto/Devel/Cover/.packlist
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Devel-Cover/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.30 2021/10/26 10:16:26 nia Exp $
$NetBSD: distinfo,v 1.31 2023/06/27 03:45:03 wen Exp $

BLAKE2s (Devel-Cover-1.36.tar.gz) = de16f182a808fa307758177f77fa09d8ef926087ee9c0497534c0ac99772098e
SHA512 (Devel-Cover-1.36.tar.gz) = 774c8350190622fb49bc72abb8cb452fd83e042571a2db37d89094e37c28280b288f806755343a07e79818db048aa8da4aeae5cfa5f25c5f97df728de9a68058
Size (Devel-Cover-1.36.tar.gz) = 205417 bytes
BLAKE2s (Devel-Cover-1.40.tar.gz) = 2c705cc19a3a59ef27a541ecf479655e1f14f28254749041b93fd02caa59f1e4
SHA512 (Devel-Cover-1.40.tar.gz) = 47aa19947372b9c4978fc995ffe9d2a8b0cb87b14885002085302f36784e6c9f193d80dfb1d020ef3b938620fbaf5ed0d8963a624fedd8fb5eafd19ed4038076
Size (Devel-Cover-1.40.tar.gz) = 209246 bytes

0 comments on commit 08e4a5a

Please sign in to comment.