Mercurial > pub > Impl
view Lib/IMPL/Web/View/TemplateView.pm @ 283:2f06250bab5f
*IMPL::SQL::MySQL fixed issues with foreign keys and drop table
author | sergey |
---|---|
date | Tue, 12 Feb 2013 18:43:32 +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;