| Alzabo documentation | Contained in the Alzabo distribution. |
Alzabo::Runtime::Index - Index objects
use Alzabo::Runtime::Index;
Alzabo::Index
Dave Rolsky, <autarch@urth.org>
| Alzabo documentation | Contained in the Alzabo distribution. |
package Alzabo::Runtime::Index; use strict; use vars qw($VERSION); use Alzabo::Runtime; use base qw(Alzabo::Index); $VERSION = 2.0; 1; __END__