Commit graph

3 commits

Author SHA1 Message Date
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
salo
cd12613b19 Update to version 0.241.
Changes:

0.241:
======
- XBase: codepage option to XBase->create added, suggested by
  Chris Greenhill.

0.240:
======
- XBase: delete_record/undelete_record now corrctly returns
  false when the delete fails, problem reported by Boris Kocak.

0.234:
======
- Added test to Makefile.PL and note to INSTALL about case
  insensitive clash with Xbase.pm, suggested by Michael Higgins
  and Jan from AS.
- Added documentation / comments about datetime, suggested
  by John Freed.
- Xbase: Added the recompute_lastrecno parameter, suggested by
  Kevin J. Rice. Added EOF to create, suggested by Ilya Sandler.
2004-01-01 15:37:54 +00:00
salo
16c32b9e8d Import of p5-DBD-XBase-0.232: perl DBI/DBD driver for XBase (dBase/FoxPro)
databases.

XBase module provides access to XBase (dBase, Fox*) dbf files.  It also
handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx,
mdx, idx and cdx).  The DBD::XBase is a database driver for DBI and provides
simple SQL interface to reading and writing the database files.  So this
package offers two ways of accessing your beloved data in dbf files: XBase.pm
and DBD::XBase.  It is recommend using DBD::XBase and only resort to XBase.pm
if you need something special which is not supported by the DBI interface.
2003-06-03 22:27:12 +00:00