diff options
Diffstat (limited to 'devel/p5-Tie-Hash-MultiValue/pkg-descr')
-rw-r--r-- | devel/p5-Tie-Hash-MultiValue/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Tie-Hash-MultiValue/pkg-descr b/devel/p5-Tie-Hash-MultiValue/pkg-descr new file mode 100644 index 000000000000..911718a9f664 --- /dev/null +++ b/devel/p5-Tie-Hash-MultiValue/pkg-descr @@ -0,0 +1,6 @@ +Tie::Hash::MultiValue allows you to have hashes which store their values +in anonymous arrays, appending any new value to the already-existing ones. +This means that you can store as many items as you like under a single key, +and access them all at once by accessing the value stored under the key. + +WWW: http://search.cpan.org/dist/Tie-Hash-MultiValue/ |