| 2 |
## $Id$ |
## $Id$ |
| 3 |
## ------------------------------------------------------------------------- |
## ------------------------------------------------------------------------- |
| 4 |
## $Log$ |
## $Log$ |
| 5 |
|
## Revision 1.4 2003/06/25 23:36:27 joko |
| 6 |
|
## minor update: comment |
| 7 |
|
## |
| 8 |
## Revision 1.3 2003/06/06 03:22:34 joko |
## Revision 1.3 2003/06/06 03:22:34 joko |
| 9 |
## new: now capable of registering symbols along with api methods |
## new: now capable of registering symbols along with api methods |
| 10 |
## |
## |
| 61 |
} |
} |
| 62 |
} |
} |
| 63 |
|
|
| 64 |
|
# create hierarchical API declaration tree recursively |
| 65 |
sub build { |
sub build { |
| 66 |
my $self = shift; |
my $self = shift; |
| 67 |
my $plugins = shift; |
my $plugins = shift; |