view 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 source

package IMPL::Config::YAMLConfig;
use strict;

sub Configure {
	my ($this, $container, $config) = @_;
	
}

1;

__END__

=pod


=cut