NAME
SWISH::Prog::InvIndex::Meta - read/write InvIndex metadata
SYNOPSIS
use SWISH::Prog::InvIndex;
my $index = SWISH::Prog::InvIndex->new(path => 'path/to/index');
print $index->meta; # prints $index->meta->as_string
DESCRIPTION
A SWISH::Prog::InvIndex::Meta object represents the metadata for an InvIndex.
METHODS
init
Read and initialize the swish.xml header file.
AUTHOR
Peter Karman, <perl@peknet.com>
COPYRIGHT AND LICENSE
Copyright 2008 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.