From 880e89a7444d02ef1957ff1bdb8c8607c91b6a1e Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 14 Jun 2018 17:11:33 +0100 Subject: [PATCH] ncm-sysconfig: Declare no-action support (to be squashed) --- ncm-sysconfig/src/main/perl/sysconfig.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ncm-sysconfig/src/main/perl/sysconfig.pm b/ncm-sysconfig/src/main/perl/sysconfig.pm index fb77bbe5f3..97fa11d385 100755 --- a/ncm-sysconfig/src/main/perl/sysconfig.pm +++ b/ncm-sysconfig/src/main/perl/sysconfig.pm @@ -13,8 +13,11 @@ However there is the possibility to add verbatim text either before or after the =cut use parent qw(NCM::Component CAF::Path); + our $EC = LC::Exception::Context->new->will_store_all; +our $NoActionSupported = 1; + use Readonly; Readonly my $QUOTE => "\"";