ANNOUNCE: new CPAN modules

Peter Karman <[email protected]> Wed, 4 Oct 2006 11:40:11 -0700 (PDT)
Newsgroups gmane.comp.web.swish-e
Message-ID <[email protected]>
Some new fodder for the Swish-e Perl programmers out there.

http://search.cpan.org/~karman/

SWISH::API::More - do more with the SWISH::API
SWISH::API::Stat - reconnect to indexes automatically
SWISH::API::Object - fetch results as Perl objects

SWISH::API::More may be of special interest. It's a base class for extending the 
SWISH::API, and let's you do:

  my $swish = SWISH::API::More->new(
                      indexes => [qw( my/index1 my/index2 )]
                     );

and lots of other Perl goodness. It's a drop-in replacement for SWISH::API.

SWISH::API::Stat and SWISH::API::Object both subclass SWISH::API::More.

cheers,
pek
-- 
Peter Karman  .  http://peknet.com/  .  [email protected]