Mercurial > pub > Impl
diff lib/IMPL/Config/YAMLConfig.pm @ 418:3f38dabaf5cc ref20150831
sync
author | cin |
---|---|
date | Mon, 28 Dec 2015 15:11:35 +0300 |
parents | |
children | bbc4739c4d48 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/IMPL/Config/YAMLConfig.pm Mon Dec 28 15:11:35 2015 +0300 @@ -0,0 +1,16 @@ +package IMPL::Config::YAMLConfig; +use strict; + +sub Configure { + my ($this, $container, $config) = @_; + +} + +1; + +__END__ + +=pod + + +=cut \ No newline at end of file