pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Specio Updated p5-Specio to 0.36.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d747b7e67e67
branches: trunk
changeset: 358876:d747b7e67e67
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 22 11:43:35 2017 +0000
description:
Updated p5-Specio to 0.36.
0.36 2017-02-19
- Inlined coercions would attempt to coerce for every type which matched the
value given, instead of stopping after the first type. Fixed by Graham Knop
(GH #11).
- Inlined coercions did not include the inline environment variables needed by
the type from which the coercion was being performed. Fixed by Graham Knop
(GH #8).
- When you use the same type repeatedly as coderef (for example, as a
constraint with Moo), it will only generated its subified form once, rather
than regenerating it each time it is de-referenced.
- Added an API to Specio::Subs to allow you to combine type libraries and
helper subs in one package for exporting. See the Specio::Exporter docs for
more details.
diffstat:
devel/p5-Specio/Makefile | 4 ++--
devel/p5-Specio/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r a546e1cbf305 -r d747b7e67e67 devel/p5-Specio/Makefile
--- a/devel/p5-Specio/Makefile Wed Feb 22 11:43:22 2017 +0000
+++ b/devel/p5-Specio/Makefile Wed Feb 22 11:43:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/02/16 15:10:04 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/02/22 11:43:35 wiz Exp $
-DISTNAME= Specio-0.35
+DISTNAME= Specio-0.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
diff -r a546e1cbf305 -r d747b7e67e67 devel/p5-Specio/distinfo
--- a/devel/p5-Specio/distinfo Wed Feb 22 11:43:22 2017 +0000
+++ b/devel/p5-Specio/distinfo Wed Feb 22 11:43:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/02/16 15:10:04 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/02/22 11:43:35 wiz Exp $
-SHA1 (Specio-0.35.tar.gz) = ee5cfea34a660a597921eddfa9988c96873dc84c
-RMD160 (Specio-0.35.tar.gz) = 0e0c9307e18622674ec37cdf5b98d907b5654cd1
-SHA512 (Specio-0.35.tar.gz) = 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
-Size (Specio-0.35.tar.gz) = 94969 bytes
+SHA1 (Specio-0.36.tar.gz) = c64c5d8cefb8d90d4fbe6dfb90b8dbcbaf229abc
+RMD160 (Specio-0.36.tar.gz) = f18f6bd9300b19810de00507569013e0a621d4ad
+SHA512 (Specio-0.36.tar.gz) = 48727173345cb34c12317f5679c9301b207c3ffac73c2abb2437bf59606e811879a6ac2013c647e3d314de37c4b1ff0fbf256c9e931ddad2e61a6d100ac7afb8
+Size (Specio-0.36.tar.gz) = 96413 bytes
Home |
Main Index |
Thread Index |
Old Index