freebsd-ports/devel/p5-Scalar-Does/pkg-descr
Sunpoet Po-Chuan Hsieh 525f7f4d26 - 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
2012-12-04 17:12:03 +00:00

5 lines
260 B
Text

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/