Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 849850be0cd6800f4a16518f2c8e68bd > files > 12

perl-Hash-NoRef-0.30.0-16.mga7.armv7hl.rpm

###############
# HASH::NOREF #
###############

Hash::NoRef - A HASH that store values without increse the reference count.

###############
# DESCRIPTION #
###############

This HASH will store it's values without increse the reference count.
This can be used to store objects but without interfere in the DESTROY mechanism, since the
reference in this HASH won't count.

See POD for more...

################
# INSTALLATION #
################

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

##########
# AUTHOR #
##########

Graciliano M. P. <gm@virtuasites.com.br>

I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P

############# 
# COPYRIGHT #
#############

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.