ADDED: Added test cases for "make test"

ADDED:          Added test for optional and required perl modules in
                Makefile.PL
FIXED:          NOTEDB::dumper version string were wrong, therefore
                cpan didn't index is properly.
This commit is contained in:
TLINDEN
2012-02-10 20:35:44 +01:00
parent 08cb2a0962
commit a5188ae5da
7 changed files with 97 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.5";
$version = "1.3.6";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;