Mercurial > pub > Impl
diff lib/IMPL/Config/Container.pm @ 419:bbc4739c4d48 ref20150831
working on IMPL::Config::Container
author | cin |
---|---|
date | Sun, 29 Jan 2017 10:30:20 +0300 |
parents | 3f38dabaf5cc |
children | df591e3afd10 |
line wrap: on
line diff
--- a/lib/IMPL/Config/Container.pm Mon Dec 28 15:11:35 2015 +0300 +++ b/lib/IMPL/Config/Container.pm Sun Jan 29 10:30:20 2017 +0300 @@ -106,23 +106,6 @@ return \@result; } -sub Configure { - my ($this, $config) = @_; - - if (isarray($config)) { - $this->Configure($_) foreach @$config; - } elsif (ishash($config)) { - - } else { - die IMPL::ArgumentException->new(config => 'Either a hash or an array is required'); - } -} - -sub ParseDescriptor { - my ($this, $data) = @_; - - if () -} 1;