mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 20:51:02 +01:00
fixed installer, on newer perls NOTEDB/* is being ignored
This commit is contained in:
@@ -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.24: removed bashism in mysql installer.
|
||||||
================================================================================
|
================================================================================
|
||||||
1.3.23: defect distritbution. do not use.
|
1.3.23: defect distritbution. do not use.
|
||||||
|
|||||||
18
MANIFEST
18
MANIFEST
@@ -14,16 +14,16 @@ UPGRADE
|
|||||||
note.pod
|
note.pod
|
||||||
TODO
|
TODO
|
||||||
t/run.t
|
t/run.t
|
||||||
NOTEDB/mysql.pm
|
lib/NOTEDB/mysql.pm
|
||||||
NOTEDB/text.pm
|
lib/NOTEDB/text.pm
|
||||||
NOTEDB/dumper.pm
|
lib/NOTEDB/dumper.pm
|
||||||
NOTEDB/pwsafe3.pm
|
lib/NOTEDB/pwsafe3.pm
|
||||||
NOTEDB/dbm.pm
|
lib/NOTEDB/dbm.pm
|
||||||
NOTEDB/README
|
lib/NOTEDB/README
|
||||||
NOTEDB/binary.pm
|
lib/NOTEDB/binary.pm
|
||||||
NOTEDB/general.pm
|
lib/NOTEDB/general.pm
|
||||||
|
lib/NOTEDB.pm
|
||||||
Changelog
|
Changelog
|
||||||
NOTEDB.pm
|
|
||||||
Makefile.PL
|
Makefile.PL
|
||||||
META.yml
|
META.yml
|
||||||
META.json
|
META.json
|
||||||
|
|||||||
2
bin/note
2
bin/note
@@ -141,7 +141,7 @@ $hardparams = "(readonly|maxlen|dbdriver|useencryption|cryptmethod)";
|
|||||||
$CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
|
$CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
|
||||||
$USER = getlogin || getpwuid($<); chomp $USER;
|
$USER = getlogin || getpwuid($<); chomp $USER;
|
||||||
$TOPIC = 1;
|
$TOPIC = 1;
|
||||||
$VERSION = "1.3.25";
|
$VERSION = "1.3.26";
|
||||||
$CurDepth = 1; # the current depth inside the topic "directory" structure...
|
$CurDepth = 1; # the current depth inside the topic "directory" structure...
|
||||||
$maxlen = "auto";
|
$maxlen = "auto";
|
||||||
$timelen = 22;
|
$timelen = 22;
|
||||||
|
|||||||
Reference in New Issue
Block a user