Last change
on this file was
2270,
checked in by westram, 21 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
939 bytes
|
Line | |
---|
1 | package ARB; |
---|
2 | |
---|
3 | use strict; |
---|
4 | use vars qw($VERSION @ISA @EXPORT); |
---|
5 | |
---|
6 | require Exporter; |
---|
7 | require DynaLoader; |
---|
8 | |
---|
9 | @ISA = qw(Exporter DynaLoader); |
---|
10 | # Items to export into callers namespace by default. Note: do not export |
---|
11 | # names by default without a very good reason. Use EXPORT_OK instead. |
---|
12 | # Do not simply export all your public functions/methods/constants. |
---|
13 | @EXPORT = qw( |
---|
14 | |
---|
15 | ); |
---|
16 | $VERSION = '0.01'; |
---|
17 | |
---|
18 | bootstrap ARB $VERSION; |
---|
19 | |
---|
20 | # Preloaded methods go here. |
---|
21 | |
---|
22 | # Autoload methods go after =cut, and are processed by the autosplit program. |
---|
23 | |
---|
24 | 1; |
---|
25 | __END__ |
---|
26 | # Below is the stub of documentation for your module. You better edit it! |
---|
27 | |
---|
28 | =head1 NAME |
---|
29 | |
---|
30 | ARB - Perl extension for ARB |
---|
31 | |
---|
32 | =head1 SYNOPSIS |
---|
33 | |
---|
34 | use ARB; |
---|
35 | |
---|
36 | =head1 DESCRIPTION |
---|
37 | |
---|
38 | The ARB perl module provides access to a ARB databases. You may |
---|
39 | connect to a remote database (e.g. a running instance of ARB_NTREE) or |
---|
40 | open your own database. |
---|
41 | |
---|
42 | =head1 AUTHOR |
---|
43 | |
---|
44 | ARB development, devel@arb-home.de |
---|
45 | |
---|
46 | =head1 SEE ALSO |
---|
47 | |
---|
48 | perl(1). |
---|
49 | |
---|
50 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.