comparison Lib/IMPL/Web/View/TTControl.pm @ 232:5c82eec23bb6

Fixed degradations due refactoring
author sergey
date Tue, 09 Oct 2012 20:12:47 +0400
parents d6e2ea24af08
children 2530d1bb9638
comparison
equal deleted inserted replaced
231:ff1e8fa932f2 232:5c82eec23bb6
1 package IMPL::Web::View::TTControl; 1 package IMPL::Web::View::TTControl;
2 use strict; 2 use strict;
3 3
4 use IMPL::DOM::Property qw(_dom); 4 use IMPL::DOM::Property qw(_dom);
5 use IMPL::lang qw(:declare :constants); 5 use IMPL::lang qw(:declare );
6 6
7 use Template::Context(); 7 use Template::Context();
8 use Scalar::Util qw(weaken); 8 use Scalar::Util qw(weaken);
9 9
10 use parent qw( 10 use parent qw(