diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-03-03 15:08:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-03-03 15:08:26 +0000 |
commit | 6f88f1dc8f80654b519bdb40d043f977a1d31a09 (patch) | |
tree | a17c7f318f2d3db12e0147eccf06394653dac439 /devel/Makefile | |
parent | b0ade7ca8dbabd53cc1432467961dfae4ff57c64 (diff) | |
download | ports-6f88f1dc8f80654b519bdb40d043f977a1d31a09.tar.gz ports-6f88f1dc8f80654b519bdb40d043f977a1d31a09.zip |
This module provides a more general version of the Str type. If
coercions are enabled, it will accepts objects that overload
stringification and coerces them into strings.
WWW: http://search.cpan.org/dist/MooseX-Types-Stringlike/
Notes
Notes:
svn path=/head/; revision=313357
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 cdef7a8db135..1614488aea91 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2352,6 +2352,7 @@ SUBDIR += p5-MooseX-Types-PortNumber SUBDIR += p5-MooseX-Types-Set-Object SUBDIR += p5-MooseX-Types-Signal + SUBDIR += p5-MooseX-Types-Stringlike SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-VariantTable SUBDIR += p5-Mouse |