File: Index.pm

package info (click to toggle)
libalzabo-perl 0.87-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,124 kB
  • ctags: 771
  • sloc: perl: 14,590; makefile: 46
file content (38 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
package Alzabo::Runtime::Index;

use strict;
use vars qw($VERSION);

use Alzabo::Runtime;

use base qw(Alzabo::Index);

$VERSION = 2.0;

1;

__END__

=head1 NAME

Alzabo::Runtime::Index - Index objects

=head1 SYNOPSIS

  use Alzabo::Runtime::Index;

=for pod_merge DESCRIPTION

=head1 INHERITS FROM

C<Alzabo::Index>

=for pod_merge merged

=for pod_merge METHODS

=head1 AUTHOR

Dave Rolsky, <autarch@urth.org>

=cut