Mercurial > pub > Impl
comparison Lib/IMPL/Web/Application/ResourceInterface.pm @ 230:6d8092d8ce1b
*reworked IMPL::Security
*reworked IMPL::Web::Security
*refactoring
author | sergey |
---|---|
date | Mon, 08 Oct 2012 03:37:37 +0400 |
parents | 47f77e6409f7 |
children | a8dbddf491dd |
comparison
equal
deleted
inserted
replaced
229:47f77e6409f7 | 230:6d8092d8ce1b |
---|---|
27 =head1 SYNOPSIS | 27 =head1 SYNOPSIS |
28 | 28 |
29 =begin code | 29 =begin code |
30 | 30 |
31 package MyApp::Web::Resource; | 31 package MyApp::Web::Resource; |
32 use IMPL::lang qw(:constants); | 32 use IMPL::Const qw(:prop); |
33 use IMPL::declare { | 33 use IMPL::declare { |
34 require => { | 34 require => { |
35 NotAllowedException => 'IMPL::Web::NotAllowedException' | 35 NotAllowedException => 'IMPL::Web::NotAllowedException' |
36 }, | 36 }, |
37 base => [ | 37 base => [ |