Skip to content

Commit

Permalink
ncm-sysconfig: Declare no-action support (to be squashed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Jun 14, 2018
1 parent b0c73b9 commit 880e89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ncm-sysconfig/src/main/perl/sysconfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "\"";
Expand Down

0 comments on commit 880e89a

Please sign in to comment.