fixed installer, on newer perls NOTEDB/* is being ignored

This commit is contained in:
Thomas von Dein
2018-11-02 16:14:09 +01:00
parent ad6cb95614
commit 0df093a613
4 changed files with 16 additions and 11 deletions

View File

@@ -141,7 +141,7 @@ $hardparams = "(readonly|maxlen|dbdriver|useencryption|cryptmethod)";
$CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<); chomp $USER;
$TOPIC = 1;
$VERSION = "1.3.25";
$VERSION = "1.3.26";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;