From 0df093a61387ecba41994e320ba2bbbf50798e79 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 2 Nov 2018 16:14:09 +0100 Subject: [PATCH] fixed installer, on newer perls NOTEDB/* is being ignored --- Changelog | 5 +++++ MANIFEST | 18 +++++++++--------- VERSION | 2 +- bin/note | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Changelog b/Changelog index bd93935..50bfa33 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +================================================================================ +1.3.26: fixed installer, on newer perls NOTEDB/* is being ignored +================================================================================ +1.3.25: fixed indents +================================================================================ 1.3.24: removed bashism in mysql installer. ================================================================================ 1.3.23: defect distritbution. do not use. diff --git a/MANIFEST b/MANIFEST index 8d4c5c6..4f80766 100644 --- a/MANIFEST +++ b/MANIFEST @@ -14,16 +14,16 @@ UPGRADE note.pod TODO t/run.t -NOTEDB/mysql.pm -NOTEDB/text.pm -NOTEDB/dumper.pm -NOTEDB/pwsafe3.pm -NOTEDB/dbm.pm -NOTEDB/README -NOTEDB/binary.pm -NOTEDB/general.pm +lib/NOTEDB/mysql.pm +lib/NOTEDB/text.pm +lib/NOTEDB/dumper.pm +lib/NOTEDB/pwsafe3.pm +lib/NOTEDB/dbm.pm +lib/NOTEDB/README +lib/NOTEDB/binary.pm +lib/NOTEDB/general.pm +lib/NOTEDB.pm Changelog -NOTEDB.pm Makefile.PL META.yml META.json diff --git a/VERSION b/VERSION index 98390b6..51ce721 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.24 +1.3.26 diff --git a/bin/note b/bin/note index 492c0bb..a2e57d3 100755 --- a/bin/note +++ b/bin/note @@ -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;