pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Role-Tiny (devel/p5-Role-Tiny) Updated 2.0000...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e34ad3370c47
branches:  trunk
changeset: 342910:e34ad3370c47
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Oct 27 14:16:20 2019 +0000

description:
(devel/p5-Role-Tiny) Updated 2.000008 to 2.001004

2.001004 - 2019-10-25
  - fix methods being excluded from composition if they previously existed in
    the composing role (RT#130811)
  - fix role application overwriting subs that are not considered methods
  - fix helper subs created by a Role::Tiny extension (like Moo::Role)
    sometimes being teated as methods

2.001003 - 2019-10-09
  - releasing as stable

2.001_002 - 2019-10-06
  - fix methods from roles composed via create_class_with_roles being treated
    differently from roles composed directly (RT#128470)
  - fix constants being included in the methods provided by a role if they
    were created before importing Role::Tiny but used after importing
  - fix prototype handling test on cperl

2.001001 - 2019-10-01
  - added tests for make_role

2.001_000 - 2019-09-19
  - refactored method tracking to allow easier extending (such as by Moo)
  - added make_role method to make a package into a role, but without
    exporting any subs into it
  - refactored sub exporting to allow extensions to do different things with
    the subs

2.000_009 - 2019-09-06
  - fix composing roles into packages that have stub subs in them
  - treat constants consistently with all other subs, no matter where they are
    defined

diffstat:

 devel/p5-Role-Tiny/Makefile |   4 ++--
 devel/p5-Role-Tiny/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c157e675e3c7 -r e34ad3370c47 devel/p5-Role-Tiny/Makefile
--- a/devel/p5-Role-Tiny/Makefile       Sun Oct 27 14:04:38 2019 +0000
+++ b/devel/p5-Role-Tiny/Makefile       Sun Oct 27 14:16:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/08/14 14:49:19 wen Exp $
+# $NetBSD: Makefile,v 1.29 2019/10/27 14:16:20 mef Exp $
 
-DISTNAME=      Role-Tiny-2.000008
+DISTNAME=      Role-Tiny-2.001004
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
diff -r c157e675e3c7 -r e34ad3370c47 devel/p5-Role-Tiny/distinfo
--- a/devel/p5-Role-Tiny/distinfo       Sun Oct 27 14:04:38 2019 +0000
+++ b/devel/p5-Role-Tiny/distinfo       Sun Oct 27 14:16:20 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/08/14 14:49:19 wen Exp $
+$NetBSD: distinfo,v 1.16 2019/10/27 14:16:20 mef Exp $
 
-SHA1 (Role-Tiny-2.000008.tar.gz) = 71d61b2d03f8d2650ddc767a9e1161347b619603
-RMD160 (Role-Tiny-2.000008.tar.gz) = dc8b55f0b4615da7e1024f378dcf028ddea3e8de
-SHA512 (Role-Tiny-2.000008.tar.gz) = c8a5032c18e1d441c8a8602037f3a7e5ee2a39b5f214bfd9dfdaa5f9a0e213d2b59278530b909d1bab1df40dfb4f49b58ef41c91b4f7f9a9a036278a373d12fb
-Size (Role-Tiny-2.000008.tar.gz) = 28609 bytes
+SHA1 (Role-Tiny-2.001004.tar.gz) = e116b1a31c8b9930010671ec67f59ecd2e68c5f3
+RMD160 (Role-Tiny-2.001004.tar.gz) = a8587ecc0c582fcedb8d96c8d04ac73c70e40836
+SHA512 (Role-Tiny-2.001004.tar.gz) = 818373746cc4d86f87f9f88adf7f108de396f135e5dd1e380bf7722503675cacd9ee1d0d1f1eb2cd7851e50121504f94db02b3b67512d4069d7fdec94e441130
+Size (Role-Tiny-2.001004.tar.gz) = 31569 bytes



Home | Main Index | Thread Index | Old Index