X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBM%2FDeep%2FEngine.pm;h=094f51cb86a637927725700a0109641f01bb9f9c;hb=18bc2fa6f00cd17c961f2a7fe94296fefbf569c4;hp=40895dcbd77b9e1de598d93b8bdd5a883c922243;hpb=d6ecf579f089dce02e0e872e65ad1d242bfe5018;p=dbsrgits%2FDBM-Deep.git diff --git a/lib/DBM/Deep/Engine.pm b/lib/DBM/Deep/Engine.pm index 40895dc..094f51c 100644 --- a/lib/DBM/Deep/Engine.pm +++ b/lib/DBM/Deep/Engine.pm @@ -13,18 +13,6 @@ use DBM::Deep::Iterator (); # mutex. But, it's the caller's responsability to make sure that this has # been done. -# Setup file and tag signatures. These should never change. -sub SIG_FILE () { 'DPDB' } -sub SIG_HEADER () { 'h' } -sub SIG_HASH () { 'H' } -sub SIG_ARRAY () { 'A' } -sub SIG_NULL () { 'N' } -sub SIG_DATA () { 'D' } -sub SIG_INDEX () { 'I' } -sub SIG_BLIST () { 'B' } -sub SIG_FREE () { 'F' } -sub SIG_SIZE () { 1 } - =head1 NAME DBM::Deep::Engine