=head1 NAME

ObjStore - Perl Extension For C<ObjectStore> OODBMS

=head1 SYNOPSIS

Like perl?  Sick of SQL?  Ready to try something new?  This extension
implements databases that look exactly like normal perl.  The same can
also be extended with arbitrary C++ objects (!).

=head1 PREREQUISITES

You will need:

- ObjectStore 5.1 (see http://www.odi.com; evaluations are available!)

- Perl 5.005 (5.004_04 might still work too)

- Tree::Fat perl extension

- ExtUtils::ExCxx (only needed on Digital UNIX, HP (5.x), OS/2 (3.x),
  or MS Windows NT/95; send email)

See http://www.perl.com/CPAN/authors/id/JPRIT/ !


=head1 R!CENT CHANGES


** 09-12-98 RELEASE 1.46

- Use PERL5PREFIX to install into a different directory tree.

- Improved ObjStore::Index::POSH_PEEK.  Made pretty.

- Shell-style output redirection >> for posh.

- Improved the design of the ObjStore::Serve::defaultLoop.  Reduced
excessive statistics.

- Improved ObjStore::Table3::fetch in an array context.

- Added cast-to-integer overloading for ObjStore::UNIVERSAL.  For
example, $hash{ 0+$object }=1.

- Fixed posh reporting of forced-loaded packages.

- Reduced the number of potential "Attempt to free unreferenced scalar
during global destruction" warnings (hopefully!).

- Improved various diagnostic messages.

- Documentation corrections & updates.


** 08-22-98 RELEASE 1.45

- The == and != operators could give incorrect results in some cases.
Fixed.

- Fixed nested destruction of Tree::Fat representations.  (Cursors were
being shared between levels!  Gack!)


see ./INSTALL for hints on installation
see ./UPGRADE if you are starting from a prior releases
see ./TODO for a list of stuff in the tuit queue
see ./CHANGES for a visionary perspective


Perl-ObjectStore mailing list is waiting for your contribution--

- If you're having trouble or if you've run into a bug.

- Any job postings (as long as they relate to this extension.  FYI, I
am not myself currently looking, but you never know...  :-)

majordomo@parallax.co.uk   "subscribe perl-objectstore you@your.domain.org"

-------------------------------------------------------------------------
Copyright © 1997-1998 Joshua Nathaniel Pritikin.  All rights reserved.

This package is free software and is provided "as is" without express
or implied warranty.  It may be used, redistributed and/or modified
under the terms of the Perl Artistic License (see
http://www.perl.com/perl/misc/Artistic.html)