Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/TTDocument.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | 292226770180 |
children | 2530d1bb9638 |
comparison
equal
deleted
inserted
replaced
231:ff1e8fa932f2 | 232:5c82eec23bb6 |
---|---|
1 package IMPL::Web::View::TTDocument; | 1 package IMPL::Web::View::TTDocument; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use IMPL::lang qw(:declare :constants); | 4 use IMPL::lang qw(:declare ); |
5 use IMPL::DOM::Property qw(_dom); | 5 use IMPL::DOM::Property qw(_dom); |
6 use IMPL::Web::View::TTFactory(); | 6 use IMPL::Web::View::TTFactory(); |
7 use IMPL::Web::View::TTControl(); | 7 use IMPL::Web::View::TTControl(); |
8 | 8 |
9 use Scalar::Util qw(weaken); | 9 use Scalar::Util qw(weaken); |