burak / CPAN-Scalar-Util-Reftype

Alternate reftype() interface

Changed (Δ7 bytes):

raw changeset »

lib/Scalar/Util/Reftype.pm (2 lines added, 2 lines removed)

Up to file-list lib/Scalar/Util/Reftype.pm:

@@ -117,8 +117,8 @@ to see if is matches the desired type.
117
117
Exported by default.
118
118
119
119
Returns an object with which you can call various test methods. Unless
120
specified otherwise, the test methods return either zero (false) or one
121
(true) based on the C<EXPR> you have specified.
120
specified otherwise, all of the test methods return either zero (false)
121
or one (true) based on the C<EXPR> you have specified.
122
122
123
123
=head3 scalar
124
124