Mercurial > pub > Impl
view Lib/IMPL/Web/View/TemplateView.pm @ 255:827cf96faa1c
refactoring (incomplete)
author | sergey |
---|---|
date | Fri, 07 Dec 2012 16:58:19 +0400 |
parents | a02b110da931 |
children | 2879cdb6b8cd |
line wrap: on
line source
package IMPL::Web::View::TemplateView; use strict; use IMPL::Const qw(:prop); use IMPL::declare { base => [ 'IMPL::Web::ViewResult' => '@_' ], props => [ template => PROP_RW, defaultTemplate => PROP_RW ] }; 1;