add token schema and validation

This commit is contained in:
Oliver Gorwits
2018-10-21 17:31:52 +01:00
parent fb4e5c0793
commit f01bc6a695
8 changed files with 80 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 53; # schema version used for upgrades, keep as integer
$VERSION = 54; # schema version used for upgrades, keep as integer
use Path::Class;
use File::ShareDir 'dist_dir';