burak / CPAN-Scalar-Util-Reftype
Alternate reftype() interface
Clone this repository (size: 23.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/burak/cpan-scalar-util-reftype/
| commit 2: | 5f022dc9578f |
| parent 1: | deb6ac372d46 |
| branch: | default |
pod fix
- View burak's profile
-
burak's public repos »
- CPAN-Padre-Plugin-HG
- CPAN-Net-Bitbucket
- CPAN-GD-SecurityImage
- CPAN-Lingua-TR-Numbers
- CPAN-Sys-Info-Driver-Windows
- CPAN-Task-Lingua-Any-Numbers
- CPAN-Time-Elapsed
- CPAN-Win32-ASP-CGI
- CPAN-Scalar-Util-Reftype
- CPAN-Parse-HTTP-UserAgent
- CPAN-Acme-CPANAuthors-Turkish
- CPAN-tools
- CPAN-Device-CableModem-Motorola-SB4200
- CPAN-Text-Template-Simple
- CPAN-CGI-Auth-Basic
- CPAN-GD-Thumbnail
- CPAN-Lingua-Any-Numbers
- CPAN-MP3-M3U-Parser
- CPAN-PHP-Session-DBI
- CPAN-Sys-Info
- CPAN-Sys-Info-Base
- CPAN-Sys-Info-Driver-BSD
- CPAN-Sys-Info-Driver-Linux
- CPAN-Sys-Info-Driver-Unknown
- CPAN-Test-Sys-Info
- Send message
7 months ago
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 |
