Mercurial > pub > Impl
comparison Lib/IMPL/Web/Handler/TTView.pm @ 334:71221d79e6b4
removing web resources contracts
author | cin |
---|---|
date | Thu, 13 Jun 2013 02:24:57 +0400 |
parents | 5d14baa35790 |
children | 97628101b765 |
comparison
equal
deleted
inserted
replaced
333:cd6409f66a5f | 334:71221d79e6b4 |
---|---|
49 } | 49 } |
50 | 50 |
51 my $vars = { | 51 my $vars = { |
52 view => $view, | 52 view => $view, |
53 model => $model, | 53 model => $model, |
54 action => $action, | 54 action => sub { carp "action variable is deprecated"; $action }, |
55 app => $action->application, | 55 app => $action->application, |
56 context => $action->context, | |
56 env => _cached($action->context->{environment}), | 57 env => _cached($action->context->{environment}), |
57 ImportClass => sub { | 58 ImportClass => sub { |
58 my $class = shift; | 59 my $class = shift; |
59 | 60 |
60 carp "ImportClass is obsolete use import instead"; | 61 carp "ImportClass is obsolete use import instead"; |