aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-27 17:15:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-27 17:15:28 +0000
commit4d98c80ad6cca18df1f78a6e10c165eea7a7abef (patch)
tree20e5ad9358e992bd852c133707071aff8b55c7ad /devel/Makefile
parentd970578be49e8b3a6e8e0b47913f1ba7952a6b5d (diff)
downloadports-4d98c80ad6cca18df1f78a6e10c165eea7a7abef.tar.gz
ports-4d98c80ad6cca18df1f78a6e10c165eea7a7abef.zip
- Add p5-Specio 0.08
The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type. The author's long-term goal is to replace Moose's built-in types and MooseX::Types with this module. WWW: http://search.cpan.org/dist/Specio/
Notes
Notes: svn path=/head/; revision=325471
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8b1b1476e262..36b17ff610e3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2655,6 +2655,7 @@
SUBDIR += p5-Sort-Maker
SUBDIR += p5-Sort-Tree
SUBDIR += p5-Sort-Versions
+ SUBDIR += p5-Specio
SUBDIR += p5-Spiffy
SUBDIR += p5-Spoon
SUBDIR += p5-Storable