aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-12-04 17:12:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-12-04 17:12:03 +0000
commit525f7f4d26728cd97c26edfaf53d96fae92d7029 (patch)
tree871dced8508d7c7df7a05edf250f09f44d515472 /devel/Makefile
parent8f4334e82ba4e286ec2261c266aa45f487961770 (diff)
downloadports-525f7f4d26728cd97c26edfaf53d96fae92d7029.tar.gz
ports-525f7f4d26728cd97c26edfaf53d96fae92d7029.zip
- Add p5-Scalar-Does 0.009
Scalar::Does has long been noted that Perl would benefit from a does() built-in. A check that ref($thing) eq 'ARRAY' doesn't allow you to accept an object that uses overloading to provide an array-like interface. WWW: http://search.cpan.org/dist/Scalar-Does/ Feature safe: yes
Notes
Notes: svn path=/head/; revision=308250
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 421512e6d2ee..26e452524141 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2504,6 +2504,7 @@
SUBDIR += p5-SVN-Web
SUBDIR += p5-Safe-Isa
SUBDIR += p5-Scalar-Defer
+ SUBDIR += p5-Scalar-Does
SUBDIR += p5-Scalar-Listify
SUBDIR += p5-Scalar-String
SUBDIR += p5-Scope-Guard