burak / CPAN-Scalar-Util-Reftype

Alternate reftype() interface

Changed (Δ38 bytes):

raw changeset »

Changes (1 lines added, 1 lines removed)

README (38 lines added, 38 lines removed)

Up to file-list Changes:

@@ -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:19:12 2009
5
0.10 Mon Aug 17 06:43:56 2009
6
6
    => First release.

Up to file-list README:

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.