pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Exporter-Tiny



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  1 15:24:12 UTC 2022

Modified Files:
        pkgsrc/devel/p5-Exporter-Tiny: Makefile distinfo

Log Message:
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+.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Exporter-Tiny/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Exporter-Tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Exporter-Tiny/Makefile
diff -u pkgsrc/devel/p5-Exporter-Tiny/Makefile:1.17 pkgsrc/devel/p5-Exporter-Tiny/Makefile:1.18
--- pkgsrc/devel/p5-Exporter-Tiny/Makefile:1.17 Tue Jun 28 11:32:22 2022
+++ pkgsrc/devel/p5-Exporter-Tiny/Makefile      Sat Oct  1 15:24:12 2022
@@ -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/}
 

Index: pkgsrc/devel/p5-Exporter-Tiny/distinfo
diff -u pkgsrc/devel/p5-Exporter-Tiny/distinfo:1.11 pkgsrc/devel/p5-Exporter-Tiny/distinfo:1.12
--- pkgsrc/devel/p5-Exporter-Tiny/distinfo:1.11 Tue Oct 26 10:16:32 2021
+++ pkgsrc/devel/p5-Exporter-Tiny/distinfo      Sat Oct  1 15:24:12 2022
@@ -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