Mercurial > pub > Impl
comparison _test/Test/Web/ViewSelector.pm @ 367:608e74bc309f
form metadata, mostly done
| author | cin |
|---|---|
| date | Tue, 03 Dec 2013 17:55:36 +0400 |
| parents | 546957c50a36 |
| children |
comparison
equal
deleted
inserted
replaced
| 366:935629bf80df | 367:608e74bc309f |
|---|---|
| 3 | 3 |
| 4 use Scalar::Util qw(reftype); | 4 use Scalar::Util qw(reftype); |
| 5 use IMPL::Test qw(test assert assertarray); | 5 use IMPL::Test qw(test assert assertarray); |
| 6 use IMPL::declare { | 6 use IMPL::declare { |
| 7 require => { | 7 require => { |
| 8 TTView => 'IMPL::Web::Handler::TTView' | 8 TTView => 'IMPL::Web::Handler::View' |
| 9 }, | 9 }, |
| 10 base => [ | 10 base => [ |
| 11 'IMPL::Test::Unit' => '@_' | 11 'IMPL::Test::Unit' => '@_' |
| 12 ] | 12 ] |
| 13 }; | 13 }; |
