comparison _test/config.t @ 417:3ed0c58e9da3 ref20150831

working on di container, tests
author cin
date Mon, 02 Nov 2015 01:56:53 +0300
parents
children b0481c071bea
comparison
equal deleted inserted replaced
416:cc2cf8c0edc2 417:3ed0c58e9da3
1 #!/usr/bin/perl -w
2 use strict;
3 use lib '../Lib';
4 use lib '.';
5
6 use IMPL::Test qw(run_plan);
7
8 run_plan( qw(
9 Test::Config::Container
10 ) );
11
12 1;