comparison Lib/IMPL/Config/Activator.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 4d0e1962161c
children 15d87ef41764
comparison
equal deleted inserted replaced
205:891c04080658 206:c8fe3f84feba
13 __PACKAGE__->PassThroughArgs; 13 __PACKAGE__->PassThroughArgs;
14 14
15 sub CTOR { 15 sub CTOR {
16 my $this = shift; 16 my $this = shift;
17 17
18 die new IMPL::Exception("A Type parameter is required") unless $this->factory; 18 die new IMPL::Exception("A factory parameter is required") unless $this->factory;
19 19
20 } 20 }
21 21
22 sub _is_class { 22 sub _is_class {
23 no strict 'refs'; 23 no strict 'refs';