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 => "\"";