Mercurial > pub > Impl
comparison Lib/IMPL/Transform.pm @ 180:d1676be8afcc
Перекодировка в utf-8
author | sourcer |
---|---|
date | Fri, 30 Dec 2011 23:40:00 +0300 |
parents | 4267a2ac3d46 |
children | 6b1dda998839 |
comparison
equal
deleted
inserted
replaced
179:b3d91ff7aea9 | 180:d1676be8afcc |
---|---|
62 | 62 |
63 =pod | 63 =pod |
64 | 64 |
65 =head1 NAME | 65 =head1 NAME |
66 | 66 |
67 C<IMPL::Transform> - | 67 C<IMPL::Transform> - преобразование объектной структуры |
68 | 68 |
69 =head1 SYNOPSIS | 69 =head1 SYNOPSIS |
70 | 70 |
71 =begin code | 71 =begin code |
72 | 72 |
95 | 95 |
96 =end code | 96 =end code |
97 | 97 |
98 =head1 DESCRIPTION | 98 =head1 DESCRIPTION |
99 | 99 |
100 , . | 100 Преобразование одного объекта к другому, например даных к их представлению. |
101 | 101 |
102 =cut | 102 =cut |