This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
p5-Palm /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 21 08:56:18 -0700 2009 | |
| |
.releaserc | Fri Aug 21 08:57:17 -0700 2009 | |
| |
Changes | Mon Aug 17 15:09:03 -0700 2009 | |
| |
FAQ | Sat Aug 15 22:39:10 -0700 2009 | |
| |
LICENSE | Sat Aug 15 22:50:56 -0700 2009 | |
| |
MANIFEST | Sat Aug 15 22:39:10 -0700 2009 | |
| |
MANIFEST.SKIP | Sat Aug 15 22:39:10 -0700 2009 | |
| |
Makefile.PL | Fri Aug 21 09:00:51 -0700 2009 | |
| |
README | Sat Aug 15 22:50:56 -0700 2009 | |
| |
TODO | Sat Aug 15 22:39:10 -0700 2009 | |
| |
examples/ | Sat Aug 15 22:39:10 -0700 2009 | |
| |
lib/ | Thu Nov 19 13:43:28 -0800 2009 | |
| |
t/ | Fri Aug 21 09:00:51 -0700 2009 |
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>







