summaryrefslogtreecommitdiff
path: root/devel/p5-Tie-IxHash/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Tie-IxHash/DESCR')
-rw-r--r--devel/p5-Tie-IxHash/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Tie-IxHash/DESCR b/devel/p5-Tie-IxHash/DESCR
new file mode 100644
index 00000000000..b418638a0b0
--- /dev/null
+++ b/devel/p5-Tie-IxHash/DESCR
@@ -0,0 +1,7 @@
+If you have been led to believe that associative arrays in perl
+don't preserve order, and if you have ever craved for that feature,
+this module is for you. Simply declare a "tie" for the hash variable
+that you want to be order-preserving, and forget that limitation
+ever existed. You can do other nifty things with the tied hash object
+that you may be used to doing with arrays, like Push(), Pop() and
+Splice().