diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:19:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:19:20 +0000 |
commit | 7432dd23eb87f6dfb0e99f684b3bfd339a301457 (patch) | |
tree | 1a982e9c18690a4794922f053a1f36ac8ee871e0 /devel/Makefile | |
parent | fc40a0afc71899c1b5e3742b72a5eeb107d21a17 (diff) |
- Add p5-Type-Tie 0.003
Type::Tie exports a single function: ttie. ttie ties a variable to a type
constraint, ensuring that whatever values stored in the variable will conform to
the type constraint. If the type constraint has coercions, these will be used if
necessary to ensure values assigned to the variable conform.
WWW: http://search.cpan.org/dist/Type-Tie/
Notes
Notes:
svn path=/head/; revision=326596
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a08b3fb680e0..7e8aa474d872 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2044,6 +2044,7 @@ SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw + SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async |