pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Exporter-Tiny Update to 1.004003



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14ac0e206088
branches:  trunk
changeset: 386142:14ac0e206088
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 01 15:24:12 2022 +0000

description:
Update to 1.004003

Upstream changes:
1.004003        2022-09-30

 [ Bug Fixes ]
 - If exporting non-CODE items which happen to have the same name as
   exported CODE items, their export was being quietly blocked. These
   exports should now work.
   Diab Jerius++
   <https://github.com/tobyink/p5-exporter-tiny/issues/9>
 - Using ! with a tag now works; it was previously documented as working
   but not implemented.
   Diab Jerius++
   <https://github.com/tobyink/p5-exporter-tiny/issues/8>

1.004002        2022-09-16

 [ Test Suite ]
 - Fix for t/15nonhashvalue.t on old versions of Test::More which don't
   support `done_testing`.

1.004001        2022-09-09

 [ Bug Fixes ]
 - Fix handling of non-hashref references in import list.

1.004000        2022-08-26

 [ Documentation ]
 - Document that the `-lexical` export option is experimental.

 [ Packaging ]
 - No functional changes; repackage as stable.

1.003_002       2022-08-18

 [ Bug Fixes ]
 - Quote $1 when passing it as a parameter to a function
   Eugen Konkov++
   <https://github.com/tobyink/p5-exporter-tiny/issues/7>

1.003_001       2022-07-21

 [ Bug Fixes ]
 - Correctly check Perl version is at least 5.37.2+ before supporting
   -lexical option.

1.003_000       2022-07-21

 - Updated: Provide a `-lexical` export option on Perl 5.37.2+.

diffstat:

 devel/p5-Exporter-Tiny/Makefile |  5 ++---
 devel/p5-Exporter-Tiny/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b5fb0e803dfc -r 14ac0e206088 devel/p5-Exporter-Tiny/Makefile
--- a/devel/p5-Exporter-Tiny/Makefile   Sat Oct 01 15:15:50 2022 +0000
+++ b/devel/p5-Exporter-Tiny/Makefile   Sat Oct 01 15:24:12 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/06/28 11:32:22 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/10/01 15:24:12 wen Exp $
 
-DISTNAME=      Exporter-Tiny-1.002002
+DISTNAME=      Exporter-Tiny-1.004003
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 
diff -r b5fb0e803dfc -r 14ac0e206088 devel/p5-Exporter-Tiny/distinfo
--- a/devel/p5-Exporter-Tiny/distinfo   Sat Oct 01 15:15:50 2022 +0000
+++ b/devel/p5-Exporter-Tiny/distinfo   Sat Oct 01 15:24:12 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:16:32 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/10/01 15:24:12 wen Exp $
 
-BLAKE2s (Exporter-Tiny-1.002002.tar.gz) = cf7b4ebbe424654861d46549cec8652d41ada8995d36c129faae7e84b1f1ebda
-SHA512 (Exporter-Tiny-1.002002.tar.gz) = b6d39ba1824f6c9d68cf75e7f28fd896c2c475e419f0b1aadec58d4e7e5c8d3fd7bf85d841758772055470de56ad7a3ad6787cfd9d6c5d61d8449cf8f40bda8d
-Size (Exporter-Tiny-1.002002.tar.gz) = 88456 bytes
+BLAKE2s (Exporter-Tiny-1.004003.tar.gz) = d02255872b4b37749eebc96b80c597260f335625dbd45214bd4476b35214cd7f
+SHA512 (Exporter-Tiny-1.004003.tar.gz) = 5a1f257abcd7bdcff7a79b35893a059e2cd354bace37003e0660be459d5cf8eec6f4196eb58c1b418e985865e044ce5b9f93eb98fd1f34e5fe73dbcb617a6c99
+Size (Exporter-Tiny-1.004003.tar.gz) = 91089 bytes



Home | Main Index | Thread Index | Old Index