SQL-Builder version 0.033
========================

SQL::Builder is a set of modules which can be used
to statefully represent a SQL query in order to reuse it
efficiently and modify it easily

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Perl 5.6, Data::Dumper, Carp, Exporter, Scalar::Util

USAGE

perldoc SQL::Builder or perldoc SQL::Builder::WhateverModule

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself

CONTACT

sili@cpan.org, freenode/#perl

Some development is temporarily being done on the DBIx::Class mailing lists
