comparison lib/IMPL/Config/YAMLConfig.pm @ 418:3f38dabaf5cc ref20150831

sync
author cin
date Mon, 28 Dec 2015 15:11:35 +0300
parents
children bbc4739c4d48
comparison
equal deleted inserted replaced
417:3ed0c58e9da3 418:3f38dabaf5cc
1 package IMPL::Config::YAMLConfig;
2 use strict;
3
4 sub Configure {
5 my ($this, $container, $config) = @_;
6
7 }
8
9 1;
10
11 __END__
12
13 =pod
14
15
16 =cut