The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $File: //depot/libOurNet/BBS/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 6074 $ $DateTime: 2003/05/25 09:17:33 $

This is the README file for OurNet::BBS, the component object
model and distributed storage suite for BBS systems, by Elixir 
Group and OurInternet Inc.

Please consult the "eg" directory for some sample programs that
demonstrates OurNet::BBS's usage.

* Installation

OurNet::BBS uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make			# or 'nmake' on Win32
make test
make install

* Copyright

Copyright 2001-2003 by Chia-Liang Kao <clkao@clkao.org>.
		       Autrijus Tang <autrijus@autrijus.org>,

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.