Update manifest & version (#2657)

This commit is contained in:
Christophe Maudoux 2021-11-16 23:06:16 +01:00
parent adc96ee774
commit 2877675ad8
3 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ has multiValuesSeparator => ( is => 'rw', isa => 'Maybe[Str]' );
has jail => ( is => 'rw' );
has error => ( is => 'rw' );
our $VERSION = '2.0.13';
our $VERSION = '2.0.14';
our @builtCustomFunctions;
## @imethod protected build_jail()

View File

@ -785,6 +785,7 @@ t/99-Dont-load-Dumper.t
t/99-pod.t
t/AfterDataCustomPlugin.pm
t/CasHookPlugin.pm
t/Custom.pm
t/gpghome/key.asc
t/gpghome/openpgp-revocs.d/9482CEFB055809CBAFE6D71AAB2D5542891D1677.rev
t/gpghome/private-keys-v1.d/A076B0E7DB141A919271EE8B581CDFA8DA42F333.key

View File

@ -9,7 +9,7 @@ require 't/test-lib.pm';
my $res;
my $client = LLNG::Manager::Test->new( {
ini => {
logLevel => 'debug',
logLevel => 'error',
passwordDB => 'Demo',
impersonationRule => 1,
customFunctions => 'My::accesToTrace My::return0,, My::return1 ',