    This is CoPilot, a set of Perl 5 modules for reading, manipulating,
    and writing the .pdb database files used by the PalmOS program
    "CoPilot".  See http://xcski.com/~ptomblin/CoPilot/ for details.

    This module subclasses the Pilot::PDB class in the p5-Palm package
    from Andrew Arensburger.

	Copyright (C) 2001 by Paul Tomblin

    This program is free software; you can redistribute it and/or
    modify it under the terms of the Clarified Artistic License, a copy
    of which can be found with this package in the file "LICENSE".

    This code is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    Clarified Artistic License for more details.

* INSTALLING:

	This is pretty standard:
	- Run "perl Makefile.PL" to create the Makefile.
	- Run "make" to build everything.
	- Run "make install" to install the package.

* DOCUMENTATION:

	All documentation is in the form of PODs embedded in the
module files themselves. Use
	pod2text CoPilot/Waypoint.pm
to read the documentation for CoPilot::Waypoint.

* FEEDBACK:

	If you have any comments, suggestions, bug reports, patches,
etc., please send mail to the maintainer, Paul Tomblin, at
<ptomblin@xcski.com>. See also
	http://xcski.com/~ptomblin/CoPilot/

* AUTHORS AND CONTRIBUTORS:

    Paul Tomblin <ptomblin@xcski.com>: Did I really write this?
	Andrew Arensburger <arensb@ooblick.com>: wrote the parent class Palm::PDB
