/DBIx-ReportBuilder

Release history of DBIx-ReportBuilder

Primary LanguagePerl

# $File: //member/autrijus/DBIx-ReportBuilder/README $ $Author: autrijus $
# $Revision: #1 $ $Change: 7952 $ $DateTime: 2003/09/07 20:09:05 $

This is the README file for DBIx::ReportBuilder, an interactive SQL
report generator based on DBIx::SearchBuilder.

Please type "perldoc DBIx::ReportBuilder" after installation to see
the module usage information.

* Installation

DBIx::ReportBuilder the standard perl module install process:

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

* Copyright

Copyright 2003 by 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>.