FIXED: the YAML export/import change were missing too. grml...

FIXED:          NOTEDB::general backend fixed loading Config::General
This commit is contained in:
TLINDEN
2012-02-10 20:38:46 +01:00
parent 060def0814
commit 77c359ffd7
6 changed files with 41 additions and 48 deletions

View File

@@ -4,12 +4,12 @@
package NOTEDB::general;
$NOTEDB::general::VERSION = "1.01";
$NOTEDB::general::VERSION = "1.02";
use strict;
#use Data::Dumper;
use File::Spec;
use Config::General;
use Config::General qw(ParseConfig SaveConfig SaveConfigString);
use MIME::Base64;
use FileHandle;
use NOTEDB;