pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Specio
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 22 11:43:35 UTC 2017
Modified Files:
pkgsrc/devel/p5-Specio: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Specio/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Specio/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-Specio/Makefile
diff -u pkgsrc/devel/p5-Specio/Makefile:1.11 pkgsrc/devel/p5-Specio/Makefile:1.12
--- pkgsrc/devel/p5-Specio/Makefile:1.11 Thu Feb 16 15:10:04 2017
+++ pkgsrc/devel/p5-Specio/Makefile Wed Feb 22 11:43:35 2017
@@ -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/
Index: pkgsrc/devel/p5-Specio/distinfo
diff -u pkgsrc/devel/p5-Specio/distinfo:1.10 pkgsrc/devel/p5-Specio/distinfo:1.11
--- pkgsrc/devel/p5-Specio/distinfo:1.10 Thu Feb 16 15:10:04 2017
+++ pkgsrc/devel/p5-Specio/distinfo Wed Feb 22 11:43:35 2017
@@ -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