Mercurial > pub > Impl
view Lib/IMPL/Web/View/TemplateView.pm @ 249:0057f48f7945
fixed simple auth package to work with utf8 strings
author | sergey |
---|---|
date | Tue, 06 Nov 2012 20:00:57 +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;