# $File: //member/autrijus/WWW-SherlockSearch/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 9675 $ $DateTime: 2004/01/11 16:26:16 $

This is the README file for WWW::SherlockSearch, a module to
parse and execute Apple Sherlock 2 plugins.

* Installation

WWW::SherlockSearch uses the standard perl module install process:

cpansign -v		# optional; see SIGNATURE for details
perl Makefile.PL
make			# or 'nmake' on Windows
make test
make install

If you have Module::Build installed, this also works:

cpansign -v		# optional; see SIGNATURE for details
perl Build.PL
./Build			# or 'perl Build' on Windows
./Build test
./Build install

* Copyright

Copyright 1999, 2000, 2001 by Damian Steer.

Copyright 2002, 2003 by Kang-min Liu.

Copyright 2002, 2003, 2004 by Autrijus Tang.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.