Mercurial > pub > Impl
view Lib/IMPL/Web/View/TemplateView.pm @ 282:68d905f8dc43
*IMPL::SQL fixed warnings
author | cin |
---|---|
date | Tue, 12 Feb 2013 01:24:36 +0400 |
parents | 2879cdb6b8cd |
children | 715b9959b207 |
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, ] }; 1;