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 1: | deb6ac372d46 |
| parent 0: | 031170bebc66 |
| branch: | default |
update distro files
- 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 (Δ38 bytes):
| … | … | @@ -2,5 +2,5 @@ Revision history for Perl extension Scal |
2 |
2 |
|
3 |
3 |
Time zone is GMT+2. |
4 |
4 |
|
5 |
0.10 Mon Aug 17 06: |
|
5 |
0.10 Mon Aug 17 06:43:56 2009 |
|
6 |
6 |
=> First release. |
1 |
Scalar::Util::Reftype |
|
2 |
===================== |
|
3 |
||
4 |
Alternate reftype() interface. |
|
5 |
||
6 |
Read the module's POD for documentation and examples. |
|
7 |
||
8 |
INSTALLATION |
|
9 |
||
10 |
To install this module type the following: |
|
11 |
||
12 |
perl Makefile.PL |
|
13 |
make |
|
14 |
make test |
|
15 |
make install |
|
16 |
||
17 |
or under Windows: |
|
18 |
||
19 |
perl Makefile.PL |
|
20 |
nmake |
|
21 |
nmake test |
|
22 |
nmake install |
|
23 |
||
24 |
DEPENDENCIES |
|
25 |
||
26 |
This module requires these other modules: |
|
27 |
||
28 |
Scalar::Util 0 |
|
29 |
||
30 |
All are available on CPAN. |
|
31 |
||
32 |
COPYRIGHT AND LICENCE |
|
33 |
||
34 |
||
35 |
||
36 |
This library is free software; you can redistribute it and/or modify |
|
37 |
it under the same terms as Perl itself, either Perl version 5.10.0 or, |
|
38 |
at your option, any later version of Perl 5 you may have available. |
|
1 |
Scalar::Util::Reftype |
|
2 |
===================== |
|
3 |
||
4 |
Alternate reftype() interface. |
|
5 |
||
6 |
Read the module's POD for documentation and examples. |
|
7 |
||
8 |
INSTALLATION |
|
9 |
||
10 |
To install this module type the following: |
|
11 |
||
12 |
perl Makefile.PL |
|
13 |
make |
|
14 |
make test |
|
15 |
make install |
|
16 |
||
17 |
or under Windows: |
|
18 |
||
19 |
perl Makefile.PL |
|
20 |
nmake |
|
21 |
nmake test |
|
22 |
nmake install |
|
23 |
||
24 |
DEPENDENCIES |
|
25 |
||
26 |
This module requires these other modules: |
|
27 |
||
28 |
Scalar::Util 0 |
|
29 |
||
30 |
All are available on CPAN. |
|
31 |
||
32 |
COPYRIGHT AND LICENCE |
|
33 |
||
34 |
||
35 |
||
36 |
This library is free software; you can redistribute it and/or modify |
|
37 |
it under the same terms as Perl itself, either Perl version 5.10.0 or, |
|
38 |
at your option, any later version of Perl 5 you may have available. |
