-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
47 lines (29 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
SQL-QueryBuilder-Pretty
Version 0.01
DESCRIPTION
The main goal of this Module was not the beautify mechanism, wich is
allready well implemented in SQL::Beautify, but to provide a easy way to
add new SQL languages, and related rules, in a modular and independent
fashion.
INSTALLATION
To install this module, run the following commands:
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 SQL::QueryBuilder::Pretty
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-QueryBuilder-Pretty
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/SQL-QueryBuilder-Pretty
CPAN Ratings
http://cpanratings.perl.org/d/SQL-QueryBuilder-Pretty
Search CPAN
http://search.cpan.org/dist/SQL-QueryBuilder-Pretty
COPYRIGHT AND LICENCE
Copyright (C) 2009 by André Rivotti Casimiro.
Published under the terms of the Artistic License 2.0.