diff options
author | seb <seb> | 2009-07-28 21:35:28 +0000 |
---|---|---|
committer | seb <seb> | 2009-07-28 21:35:28 +0000 |
commit | 149ee8a008fe323596cb7d646cc1e445510181a5 (patch) | |
tree | 2df79cf951c20349aad6b7b5f0378ec59c71ba4f | |
parent | 01e343d6dc5cc5410306333f26453427096a77c9 (diff) | |
download | pkgsrc-149ee8a008fe323596cb7d646cc1e445510181a5.tar.gz |
Note initial addition of p5-MooseX-Meta-TypeConstraint-ForceCoercion
version 0.01 as devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion
into The NetBSD Packages Collection.
The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion
provides a class which allows to wrap any Moose::Meta::TypeConstraint
in a way that will force coercion of the value when checking or
validating a value against it.
-rw-r--r-- | doc/CHANGES-2009 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 4ea0fe0120a..aa4fcec8cf7 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2872 2009/07/28 21:20:36 adrianp Exp $ +$NetBSD: CHANGES-2009,v 1.2873 2009/07/28 21:35:28 seb Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3814,3 +3814,4 @@ Changes to the packages collection and infrastructure in 2009: Updated databases/sqlite to 2.8.17 [drochner 2009-07-28] Updated textproc/db2latex to 0.8pre1nb6 [minskim 2009-07-28] Updated www/wordpress to 2.8.2 [adrianp 2009-07-28] + Added devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion version 0.01 [seb 2009-07-28] |