• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Hash/H10-May-2004-19577

ChangesH A D10-May-2004301 158

MANIFESTH A D16-Apr-200478 87

Makefile.PLH A D16-Apr-2004399 2011

NoRef.xsH A D23-Apr-20041.4 KiB9471

READMEH A D16-Apr-2004908 4228

test.plH A D23-Apr-20043.6 KiB230135

README

1###############
2# HASH::NOREF #
3###############
4
5Hash::NoRef - A HASH that store values without increse the reference count.
6
7###############
8# DESCRIPTION #
9###############
10
11This HASH will store it's values without increse the reference count.
12This can be used to store objects but without interfere in the DESTROY mechanism, since the
13reference in this HASH won't count.
14
15See POD for more...
16
17################
18# INSTALLATION #
19################
20
21To install this module type the following:
22
23   perl Makefile.PL
24   make
25   make test
26   make install
27
28##########
29# AUTHOR #
30##########
31
32Graciliano M. P. <gm@virtuasites.com.br>
33
34I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P
35
36#############
37# COPYRIGHT #
38#############
39
40This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
41
42