DBIx-Simple-Batch (formerly DBIx::Simple::Procedure)

DBIx-Simple-Batch allows your program to process text files containing one or many
commands that execute SQL statements sequentially. Please keep in mind that
DBIx::Simple::Batch is an alternative to database stored procedures and not
a replacement or emulation of them. Essentially it is an interface to execute
and return data from multiple queries.


INSTALLATION

To install this module, run the following commands:
	
	Please ensure that you have Module::Build installed
	
	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc DBIx::Simple::Batch

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Simple-Batch

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/DBIx-Simple-Batch

    CPAN Ratings
        http://cpanratings.perl.org/d/DBIx-Simple-Batch

    Search CPAN
        http://search.cpan.org/dist/DBIx-Simple-Batch/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Al Newkirk

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.