Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/TTLoader.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | c8fe3f84feba |
children | 6b6d4b2275a1 |
comparison
equal
deleted
inserted
replaced
231:ff1e8fa932f2 | 232:5c82eec23bb6 |
---|---|
1 package IMPL::Web::View::TTLoader; | 1 package IMPL::Web::View::TTLoader; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use IMPL::lang qw(:declare :constants); | 4 use IMPL::lang qw(:declare); |
5 | 5 |
6 use Template::Provider(); | 6 use Template::Provider(); |
7 use Template::Context(); | 7 use Template::Context(); |
8 use Template::Constants qw(:status); | 8 use Template::Constants qw(:status); |
9 | 9 |