Mercurial > pub > Impl
comparison Lib/IMPL/Config/Resolve.pm @ 206:c8fe3f84feba
+IMPL::Web::Handlers::ViewSelector
+IMPL::Web::Handlers::ErrorHandler
*IMPL::Web::Handlers::RestController moved types mappings to ViewSelector
author | sergey |
---|---|
date | Thu, 03 May 2012 16:48:39 +0400 |
parents | e743a8481327 |
children | f534a60d5b01 |
comparison
equal
deleted
inserted
replaced
205:891c04080658 | 206:c8fe3f84feba |
---|---|
2 use strict; | 2 use strict; |
3 use parent qw(IMPL::Object IMPL::Object::Serializable); | 3 use parent qw(IMPL::Object IMPL::Object::Serializable); |
4 | 4 |
5 use IMPL::Class::Property; | 5 use IMPL::Class::Property; |
6 use IMPL::Exception; | 6 use IMPL::Exception; |
7 use Carp qw(carp); | |
7 | 8 |
8 BEGIN { | 9 BEGIN { |
9 public property path => prop_all|prop_list; | 10 public property path => prop_all|prop_list; |
11 carp "deprecated"; | |
10 } | 12 } |
11 | 13 |
12 __PACKAGE__->PassThroughArgs; | 14 __PACKAGE__->PassThroughArgs; |
13 | 15 |
14 sub CTOR { | 16 sub CTOR { |