Gentoo-Probe version 0.01
=========================

Gentoo::Probe is a module to allow the Gentoo package database to be
queried from perl.  It does alot of the stuff that qpkg did, but faster.
Try the following commands:
	pkg
	pkg-files
	pkg-of


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  blah blah blah

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2004-2005 by Rich Paul
	cpan@rich-paul.net

	Mail to the above address will bounce.  You can figure it out.
	Think of it as a crude turing test.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.2 or,
at your option, any later version of Perl 5 you may have available.