changeset 96:4c55aed00ff2

Minor changes
author wizard
date Fri, 30 Apr 2010 15:03:38 +0400 (2010-04-30)
parents 67eb8eaec3d4
children 964587c5183c
files Lib/IMPL/Security/Context.pm Lib/IMPL/Transform.pm
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Lib/IMPL/Security/Context.pm	Thu Apr 29 02:21:27 2010 +0400
+++ b/Lib/IMPL/Security/Context.pm	Fri Apr 30 15:03:38 2010 +0400
@@ -103,7 +103,7 @@
 C<[Autofill]>
 
 ������ ����� �������� ������������, ��������� ������������ � ����������, ��� ��
-� ������ ���� ������� �������� ������������, �� ��������� �� C<nobody>.
+� ��������� ���� ������� �������� ������������, �� ��������� �� C<nobody>.
 
 =head1 MEMBERS
 
@@ -125,6 +125,10 @@
 
 ������ ����������� C<IMPL::Security::Auth>, �������������� ��� �������� �������� ���������.
 
+=item C<[static,get] authority>
+
+�������� ������ ������������, ���������� ������ ��������.
+
 =item C<[get] isTrusted>
 
 ���������� �������� �������� �� �������� ����������, ������ ������ ����������������.
--- a/Lib/IMPL/Transform.pm	Thu Apr 29 02:21:27 2010 +0400
+++ b/Lib/IMPL/Transform.pm	Fri Apr 30 15:03:38 2010 +0400
@@ -61,8 +61,15 @@
 __END__
 
 =pod
+
+=head1 NAME
+
+C<IMPL::Transform> - �������������� ��������� ���������
+
 =head1 SYNOPSIS
 
+=begin code
+
 my $obj = new AnyObject;
 
 my $t = new Transform (
@@ -86,6 +93,8 @@
 
 my $result = $t->Transform($obj);
 
+=end code
+
 =head1 DESCRIPTION
 
 �������������� ������ ������� � �������, �������� ����� � �� �������������.