diff 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
line wrap: on
line diff
--- a/Lib/IMPL/Security/Principal.pm	Fri Apr 30 15:03:38 2010 +0400
+++ b/Lib/IMPL/Security/Principal.pm	Tue May 04 04:04:37 2010 +0400
@@ -5,6 +5,8 @@
 use base qw(IMPL::Object IMPL::Object::Autofill);
 use IMPL::Class::Property;
 
+__PACKAGE__->PassThroughArgs;
+
 BEGIN {
     public property name => prop_get;
     public property description => prop_all;