Compare commits
No commits in common. "c9-beta" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Tie-RefHash-1.40.tar.gz
|
||||
/Tie-RefHash-1.40.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
f2406372e048e49f56f23d1d83327bad9adc61dc SOURCES/Tie-RefHash-1.40.tar.gz
|
||||
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# perl-Tie-RefHash
|
||||
|
||||
This module provides the ability to use references as hash keys if you first
|
||||
"tie" the hash variable to this module. Normally, only the keys of the tied
|
||||
hash itself are preserved as references; to use references as keys in
|
||||
hashes-of-hashes, use Tie::RefHash::Nestable, included as part of
|
||||
Tie::RefHash.
|
||||
Loading…
Reference in New Issue
Block a user