Mercurial > pub > Impl
diff 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 |
line wrap: on
line diff
--- a/Lib/IMPL/Config/Resolve.pm Thu May 03 01:00:02 2012 +0400 +++ b/Lib/IMPL/Config/Resolve.pm Thu May 03 16:48:39 2012 +0400 @@ -4,9 +4,11 @@ use IMPL::Class::Property; use IMPL::Exception; +use Carp qw(carp); BEGIN { public property path => prop_all|prop_list; + carp "deprecated"; } __PACKAGE__->PassThroughArgs;