From 57a48fcbe4676f62346e2736c87359b39db5ed75 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Tue, 24 Sep 2013 19:08:01 +0200
Subject: [PATCH] tried to mark key as md5 hash

---
 textarchive/vlib001.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textarchive/vlib001.pl b/textarchive/vlib001.pl
index 8508406..7705021 100755
--- a/textarchive/vlib001.pl
+++ b/textarchive/vlib001.pl
@@ -207,7 +207,7 @@ sub process_file
     }
     else
     { # this key is new, so we simply place what we know in the newly created registry item
-      $reg= { 'key' => $md5, 'store' => { $store => { 'path' => { $path => $ydata= $xdata } } } };
+      $reg= { 'key' => $md5, 'key_type' => 'md5', 'store' => { $store => { 'path' => { $path => $ydata= $xdata } } } };
       push (@upd, 'new key');
     }
 
-- 
GitLab