Mercurial > pub > Impl
comparison Lib/IMPL/Object.pm @ 64:259cd3df6e53
Doc generation
Minor fixes
author | wizard |
---|---|
date | Mon, 15 Mar 2010 17:45:13 +0300 |
parents | cf23fd8423f4 |
children | e6447ad85cb4 |
comparison
equal
deleted
inserted
replaced
63:76b878ad6596 | 64:259cd3df6e53 |
---|---|
24 __END__ | 24 __END__ |
25 | 25 |
26 =pod | 26 =pod |
27 | 27 |
28 =head1 SYNOPSIS | 28 =head1 SYNOPSIS |
29 | |
30 =begin code | |
29 | 31 |
30 package Foo; | 32 package Foo; |
31 use base qw(IMPL::Object); | 33 use base qw(IMPL::Object); |
32 | 34 |
33 sub CTOR { | 35 sub CTOR { |
78 # Foo: Mazzi | 80 # Foo: Mazzi |
79 # Bar: Fugi | 81 # Bar: Fugi |
80 # Bar: | 82 # Bar: |
81 # Composite: Hello World! | 83 # Composite: Hello World! |
82 | 84 |
85 =end code | |
86 | |
83 =head1 Description | 87 =head1 Description |
84 | 88 |
85 Базовый класс для объектов, основанных на хеше. | 89 Базовый класс для объектов, основанных на хеше. |
86 | 90 |
87 =head1 Members | 91 =head1 Members |