Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/TTFactory.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | 4d0e1962161c |
children | bbc0da7ef90e |
comparison
equal
deleted
inserted
replaced
231:ff1e8fa932f2 | 232:5c82eec23bb6 |
---|---|
1 package IMPL::Web::View::TTFactory; | 1 package IMPL::Web::View::TTFactory; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use Template::Context(); | 4 use Template::Context(); |
5 | 5 |
6 use IMPL::lang qw(:hash :declare :constants); | 6 use IMPL::lang qw(:hash :declare ); |
7 use IMPL::Exception(); | 7 use IMPL::Exception(); |
8 use Scalar::Util qw(weaken); | 8 use Scalar::Util qw(weaken); |
9 | 9 |
10 | 10 |
11 use parent qw(IMPL::Object::Factory); | 11 use parent qw(IMPL::Object::Factory); |