e project
use version 0.77; our $VERSION = qv(v0.6.1);
use strict;
use warnings;
use JSON::PP 2.0104 qw(decode_json);
use File::Path 2.07 qw(make_path remove_tree);
use Cwd qw(abs_path getcwd);
use Da
ure qw(gnu_getopt);
use constant {
START_WD => getcwd(),
PROJECT_FILE => 'apperl-project.json',
};
use constant {
PROJECT_TMP_DIR => (START_WD.'/.apperl'),
};
use constant {
# DEFDATA
rl'
: PROJECT_TMP_DIR.'/site',
PROJECT_TMP_CONFIG_FILE => (PROJECT_TMP_DIR.'/user-project.json'),
};
use constant {
SITE_CONFIG_DIR => ($ENV{XDG_CONFIG_HOME} // (DEFDATAROOT.'/.config'))