NAME WebService::SQLFormat - Format SQL via the sqlformat.org API VERSION version 0.000004 SYNOPSIS use strict; use warnings; use feature qw( say ); use WebService::SQLFormat; my $formatter = WebService::SQLFormat->new( identifier_case => 'upper', reindent => 1, ); my $sql = shift @ARGV; say $formatter->format_sql($sql); DESCRIPTION BETA BETA BETA. Subject to change. This module is a thin wrapper around AUTHOR Olaf Alders COPYRIGHT AND LICENSE This software is copyright (c) 2016 by Olaf Alders. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.