Mercurial > pub > Impl
comparison lib/IMPL/Config/Descriptor.pm @ 422:b0481c071bea ref20150831
IMPL::Config::Container tests, YAMLConfiguration now works and tested
author | cin |
---|---|
date | Sun, 20 Aug 2017 00:20:41 +0300 |
parents | 7798345304bc |
children |
comparison
equal
deleted
inserted
replaced
421:7798345304bc | 422:b0481c071bea |
---|---|
19 | 19 |
20 my %activateNamesLookup = reverse %activateNames; | 20 my %activateNamesLookup = reverse %activateNames; |
21 | 21 |
22 sub Activate { | 22 sub Activate { |
23 my ( $this, $context ) = @_; | 23 my ( $this, $context ) = @_; |
24 die IMPL::NotImplementedException->new(); | |
25 } | |
26 | |
27 sub services { | |
28 | |
29 } | |
30 | |
31 sub GetName { | |
24 die IMPL::NotImplementedException->new(); | 32 die IMPL::NotImplementedException->new(); |
25 } | 33 } |
26 | 34 |
27 sub ParseActivation { | 35 sub ParseActivation { |
28 my $val = pop @_; | 36 my $val = pop @_; |