Got some basic functionality working. Still isn't fully functional (only the specifie...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
index 094f51c..6e6147e 100644 (file)
@@ -13,6 +13,9 @@ use DBM::Deep::Iterator ();
 #   mutex. But, it's the caller's responsability to make sure that this has
 #   been done.
 
+sub SIG_HASH     () { 'H' }
+sub SIG_ARRAY    () { 'A' }
+
 =head1 NAME
 
 DBM::Deep::Engine