README for Palm::ListDB This is a handler class for ListDB PDB database files. It is a subclass for the Palm::PDB framework. ListDB is a lightweight database for PalmOS(tm) handhelds from Andrew Low . INSTALLATION Palm::ListDB can be installed easily by using the CPAN module. perl -MCPAN -e "install Palm::ListDB" or manually by untarring the archive and running the following commands: perl Makefile.PL make make test make install (test won't really test that much so far...) REQUIREMENTS Palm::PDB Palm::StdAppInfo Those are part of the p5-Palm-1.2.4 package from Andrew Arensburger DOCUMENTATION For documentation about this package, read the POD documentation of the module perldoc Palm::ListDB or check the manpage that will be installed. COPYRIGHT Copyright (c) 2002 Rüdiger Peusquens. All rights reserved. This module is free software; you can redistribute it and/or modify it under the terms of the Artistic License. See the file COPYING for details. AUTHOR This module was written by Rüdiger Peusquens ListDB is written by Andrew Low . Palm::PDB is written by Andrew Arensburger . SEE ALSO listDB - http://www.magma.ca/~roo Palm::PDB, Palm::StdAppInfo