pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Specio p5-Specio: update to 0.47.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4437f54e9767
branches: trunk
changeset: 451394:4437f54e9767
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 26 15:01:33 2021 +0000
description:
p5-Specio: update to 0.47.
0.47 2021-01-29
- Change Specio constraint object's stringification overloading to return the
type name rather than the default Perl object stringification, which gives
you something like
"Specio::Constraint::Parameterized=HASH(0x564d258efb48)". Anonymous are
special cased to return something you can print.
- All types now overload the `eq` comparison operator. Moose expects types to
be comparable in this manner when doing role summation. This fixes a bug
reported by Martin Gruner. GH #18.
diffstat:
devel/p5-Specio/Makefile | 5 ++---
devel/p5-Specio/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 3a003f629da8 -r 4437f54e9767 devel/p5-Specio/Makefile
--- a/devel/p5-Specio/Makefile Mon Apr 26 15:00:21 2021 +0000
+++ b/devel/p5-Specio/Makefile Mon Apr 26 15:01:33 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/09/08 13:16:38 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/26 15:01:33 wiz Exp $
-DISTNAME= Specio-0.46
+DISTNAME= Specio-0.47
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
diff -r 3a003f629da8 -r 4437f54e9767 devel/p5-Specio/distinfo
--- a/devel/p5-Specio/distinfo Mon Apr 26 15:00:21 2021 +0000
+++ b/devel/p5-Specio/distinfo Mon Apr 26 15:01:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/04/18 01:19:07 mef Exp $
+$NetBSD: distinfo,v 1.19 2021/04/26 15:01:33 wiz Exp $
-SHA1 (Specio-0.46.tar.gz) = fadc92040f57937178d5195b3073837550d68e06
-RMD160 (Specio-0.46.tar.gz) = 406343f95b00ef33df1201a3d3cdca5f0088d251
-SHA512 (Specio-0.46.tar.gz) = 8dfc0e87bd640bd30aa9a92118f77305565dee2441f95c7e9f311b517c07573e3a0e977ea348eaf879dfafe6edc3c0d89625f28b5f3f0f2bff789178cd513802
-Size (Specio-0.46.tar.gz) = 105690 bytes
+SHA1 (Specio-0.47.tar.gz) = b4501d7ac77b265577c7c187e53192acdf8769d1
+RMD160 (Specio-0.47.tar.gz) = d608e0bded08a45a6778558f11e1807d2c81509a
+SHA512 (Specio-0.47.tar.gz) = 68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44
+Size (Specio-0.47.tar.gz) = 108288 bytes
Home |
Main Index |
Thread Index |
Old Index