[libtype-tiny-perl] 07/11: catch up with missing changelog entries

Jonas Smedegaard dr at jones.dk
Wed Oct 29 19:42:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 135c010e9d13ee577c08a4033b4b9543bbc9be90
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Oct 25 20:32:04 2014 +0100

    catch up with missing changelog entries
---
 meta/changes.pret | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta/people.pret  |  3 +++
 2 files changed, 61 insertions(+)

diff --git a/meta/changes.pret b/meta/changes.pret
index 9af24b5..b1dd43d 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -2115,6 +2115,48 @@
 		];
 	].
 
+`Type-Tiny 1.001_000 cpan:TOBYINK`
+	issued  2014-09-07;
+	changeset [
+		dcs:versus `Type-Tiny 1.000003 cpan:TOBYINK`;
+		item [
+			a dcs:Bugfix;
+			label "Fix issues with coercions and native attribute traits with some oldish versions of Moose on oldish versions of Perl.";
+			dcs:thanks cpan:PJFL;
+			dcs:fixes RT#98159;
+		];
+		item [
+			a dcs:Tests;
+			label "Make some of the test case skip_all bits more ambitious; test older versions of Moose and Moo than we were testing before.";
+		];
+		item [
+			a dcs:Bugfix;
+			label "Fix for Type::Registry::DWIM.";
+			dcs:thanks cpan:SPICEMAN;
+			dcs:fixes RT#98458;
+		];
+		item [
+			a dcs:Update;
+			label "If Sub::Name is unavailable, but the shiny new core Sub::Util is available, then use it instead.";
+		];
+		item [
+			a dcs:Addition;
+			label "Type::Params now provides `compile_named` and `validate_named` functions which do the same thing as `compile` and `validate` but are better for named arguments.";
+			comment "Several people have requested this.";
+		];
+		item [
+			a dcs:Change;
+			label "`Type::Utils::dwim_type` now allows more control over fallback behaviours.";
+		];
+		item [
+			a dcs:Documentation;
+			label "Updates to Type::Tiny::Manual::UsingWithMoose, Type::Tiny::Manual::UsingWithMoo, and Type::Tiny::Manual::UsingWithMouse.";
+		];
+		item "Updated NEWS file."^^Documentation;
+		item "Updated TODO file."^^Documentation;
+		item "Want Type::Tiny::XS 0.011."^^Update;
+	].
+
 `Type-Tiny 1.001_001 cpan:TOBYINK`
 	issued  2014-09-19;
 	changeset [
@@ -2132,3 +2174,19 @@
 			label "Lazy-load Type::Tiny::Union in Type::Params.";
 		];
 	].
+
+`Type-Tiny 1.000005 cpan:TOBYINK`
+	issued  2014-10-25;
+	changeset [
+		dcs:versus `Type-Tiny 1.000004 cpan:TOBYINK`;
+		item [
+			a dcs:Bugfix;
+			label "Fix short-circuiting optimizations for parameterized HashRef, ArrayRef, ScalarRef, and Map type constraints.";
+			dcs:thanks cpan:MARTIMM;
+			dcs:fixes RT#99312;
+		];
+		item [
+			a dcs:Tests;
+			label "Fix annoying warning message in test suite with recent versions of Exporter::Tiny.";
+		];
+	].
\ No newline at end of file
diff --git a/meta/people.pret b/meta/people.pret
index 159da64..35b03b7 100644
--- a/meta/people.pret
+++ b/meta/people.pret
@@ -92,6 +92,9 @@ cpan:DAKKAR
 cpan:SPICEMAN
 	:name "Marcel Montes".
 
+cpan:MARTIMM
+	:name "Marcel Timmerman".
+
 # We bundle some files made by these dudes...
 
 cpan:RJBS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list