r11725@rob-kinyons-powerbook58: rob | 2006-05-01 15:53:46 -0400
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Hash.pm
index bebc926..b9a00cd 100644 (file)
@@ -13,6 +13,7 @@ sub _get_self {
     eval { local $SIG{'__DIE__'}; tied( %{$_[0]} ) } || $_[0]
 }
 
+#XXX Need to add a check here for @_ % 2
 sub _repr { shift;return { @_ } }
 
 sub _import {