public
Description: (Perl) Module for handling PalmOS databases
Homepage: http://search.cpan.org/dist/p5-Palm
Clone URL: git://github.com/briandfoy/p5-Palm.git
name age message
file .gitignore Fri Aug 21 08:56:18 -0700 2009 * bump version for new test release [briandfoy]
file .releaserc Fri Aug 21 08:57:17 -0700 2009 * set up release [briandfoy]
file Changes Mon Aug 17 15:09:03 -0700 2009 update Changes [timadye]
file FAQ Sat Aug 15 22:39:10 -0700 2009 * import of p5-Palm-1.009, not previously in so... [briandfoy]
file LICENSE Sat Aug 15 22:50:56 -0700 2009 * Added github references to distro [briandfoy]
file MANIFEST Sat Aug 15 22:39:10 -0700 2009 * import of p5-Palm-1.009, not previously in so... [briandfoy]
file MANIFEST.SKIP Sat Aug 15 22:39:10 -0700 2009 * import of p5-Palm-1.009, not previously in so... [briandfoy]
file Makefile.PL Fri Aug 21 09:00:51 -0700 2009 * Get version from the module [briandfoy]
file README Sat Aug 15 22:50:56 -0700 2009 * Added github references to distro [briandfoy]
file TODO Sat Aug 15 22:39:10 -0700 2009 * import of p5-Palm-1.009, not previously in so... [briandfoy]
directory examples/ Sat Aug 15 22:39:10 -0700 2009 * import of p5-Palm-1.009, not previously in so... [briandfoy]
directory lib/ Thu Nov 19 13:43:28 -0800 2009 * Fixed Pod errors [briandfoy]
directory t/ Fri Aug 21 09:00:51 -0700 2009 * Get version from the module [briandfoy]
README
  This is p5-Palm, a set of Perl 5 modules for reading,
manipulating, and writing the .pdb and .prc database files used by
PalmOS devices such as the PalmPilot and its successors.

Copyright (C) 1999-2000 by Andrew Arensburger

This program is free software; you can redistribute it and/or
modify it under the terms of the Artistic License, a copy of which
can be found with the Perl distribution.

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
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.

Easy, huh?

* DOCUMENTATION:

All documentation is in the form of PODs embedded in the module
files themselves. Use pod2text Palm/PDB.pm to read the
documentation for Palm::PDB. You'll want to start with Palm::PDB,
then Palm::Raw, then the others.

* FEEDBACK:

  If you have any comments, suggestions, bug reports, patches,
etc., please send mail to the maintainer, brian d foy, at
<bdfoy@cpan.org>.

* CONTRIBUTING

The source is in Github: http://github.com/briandfoy/p5-Palm/tree/master

If you have a change, fork the repo, make your patch, and send me a 
pull request. Don't be scared; it's easy!

* AUTHORS AND CONTRIBUTORS:

  Andrew Arensburger <arensb@ooblick.com>: principal perpetrator
  Robert Norris <rob@nauseum.org>: patch for empty PDBs
  Sumant S.R. Oemrawsingh <sikander@stad.dsl.nl>: patch for
    inconsistent record fields in Mail.pm
  John Jannotti <jj@lcs.mit.edu>: patches to make Perl 5.6 shut up.
  John-David Smith <jdsmith@astro.cornell.edu>: added "archive"
    attribute.
  Kenneth Lorber <keni@his.com>: fixed "pdbdump" to handle
    arrays in parsed records (e.g., Datebook exceptions).
  Alessandro Zummo <azummo@towertech.it>: DateTime.pm, ZirePhoto.pm
  Kurt Starsinic <kstar@cpan.org>: documentation patch.
  Seb Wills <saw27@mrao.cam.ac.uk>: documentation.
  brian d foy <bdfoy@cpan.org>