Mercurial > pub > Impl
annotate _test/Web.t @ 422:b0481c071bea ref20150831
IMPL::Config::Container tests, YAMLConfiguration now works and tested
author | cin |
---|---|
date | Sun, 20 Aug 2017 00:20:41 +0300 |
parents | 546957c50a36 |
children |
rev | line source |
---|---|
49 | 1 #!/usr/bin/perl -w |
2 use strict; | |
3 use lib '../Lib'; | |
4 use lib '.'; | |
185 | 5 use utf8; |
49 | 6 |
188 | 7 use IMPL::Profiler::Memory; |
183 | 8 use IMPL::Test qw(run_plan); |
9 | |
49 | 10 |
183 | 11 |
12 run_plan( qw( | |
13 Test::Web::View | |
211 | 14 Test::Web::AutoLocator |
285
546957c50a36
*IMPL::Web::Handler::TTView Reworked template selection mechanism
cin
parents:
263
diff
changeset
|
15 Test::Web::ViewSelector |
183 | 16 ) ); |