Mercurial > pub > Impl
comparison Lib/IMPL/Security/Principal.pm @ 47:a9b70d836b28
Web::Application development (request controller)
Security development
| author | Sergey | 
|---|---|
| date | Tue, 23 Feb 2010 22:57:16 +0300 | 
| parents | |
| children | 1c3c3e63a314 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 46:75148ccd732d | 47:a9b70d836b28 | 
|---|---|
| 1 package IMPL::Security::Principal; | |
| 2 use strict; | |
| 3 use warnings; | |
| 4 | |
| 5 use base qw(IMPL::Object); | |
| 6 use IMPL::Class::Property; | |
| 7 | |
| 8 BEGIN { | |
| 9 public property Name => prop_get; | |
| 10 public property Description => prop_get; | |
| 11 } | |
| 12 | |
| 13 | |
| 14 | |
| 15 1; | 
