Mercurial > pub > Impl
diff Lib/IMPL/Web/TT/Document.pm @ 166:4267a2ac3d46
Added Class::Template,
Rewritten SQL::Schema
'use parent' directive instead of 'use base'
author | wizard |
---|---|
date | Sat, 23 Apr 2011 23:12:06 +0400 |
parents | c7652cf29a80 |
children | 59e5fcb59d86 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/TT/Document.pm Sat Apr 23 23:06:48 2011 +0400 +++ b/Lib/IMPL/Web/TT/Document.pm Sat Apr 23 23:12:06 2011 +0400 @@ -2,7 +2,7 @@ use strict; use warnings; -use base qw(IMPL::DOM::Document IMPL::Object::Disposable); +use parent qw(IMPL::DOM::Document IMPL::Object::Disposable); use Template::Context; use Template::Provider; use IMPL::Class::Property; @@ -305,7 +305,7 @@ =head1 DESCRIPTION -C<use base qw(IMPL::DOM::Document)> +C<use parent qw(IMPL::DOM::Document)> Документ, основанный на шаблоне Template::Toolkit. Позволяет загрузить шаблон, и сформировать окончательный документ. Является наследником C<IMPL::DOM::Node>,