Mercurial > pub > Impl
comparison Lib/IMPL/Security/Principal.pm @ 97:964587c5183c
Added SecureCall to Web QueryHandlers stack
many bug fixes to Security and Web Application modules
| author | wizard |
|---|---|
| date | Tue, 04 May 2010 04:04:37 +0400 |
| parents | 84aa8c395fce |
| children | 4267a2ac3d46 |
comparison
equal
deleted
inserted
replaced
| 96:4c55aed00ff2 | 97:964587c5183c |
|---|---|
| 2 use strict; | 2 use strict; |
| 3 use warnings; | 3 use warnings; |
| 4 | 4 |
| 5 use base qw(IMPL::Object IMPL::Object::Autofill); | 5 use base qw(IMPL::Object IMPL::Object::Autofill); |
| 6 use IMPL::Class::Property; | 6 use IMPL::Class::Property; |
| 7 | |
| 8 __PACKAGE__->PassThroughArgs; | |
| 7 | 9 |
| 8 BEGIN { | 10 BEGIN { |
| 9 public property name => prop_get; | 11 public property name => prop_get; |
| 10 public property description => prop_all; | 12 public property description => prop_all; |
| 11 } | 13 } |
