Mercurial > pub > Impl
annotate _test/Web.t @ 384:4edd36025051
DOM schema refactoring
| author | cin |
|---|---|
| date | Mon, 10 Feb 2014 17:41:34 +0400 |
| 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 ) ); |
