Added skeleton of visitor guidelines and finished further TODO items
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / Manual / VisitorGuidelines.pod
CommitLineData
5ec9ab19 1=head1 NAME
2
3SQL::Abstract::Manual::VisitorGuidelines
4
5=head1 SYNOPSIS
6
7This is a companion document to L<SQL::Abstract::Manual::Specification/>. These
8guidelines should be taken as a set of common understandings. Where possible, all
9Visitors should adhere to these guidelines so that there is a common set of
10behaviors across all visitors.
11
12=head1 GUIDELINES
13
14=head2 Identifier Quoting
15
16Emitters should provide as much identifier quoting as possible. Ideally, all identifiers
17would be quoted.
18
19=head1 AUTHORS
20
21robkinyon: Rob Kinyon C<< <rkinyon@cpan.org> >>
22
23=head1 LICENSE
24
25You may distribute this code under the same terms as Perl itself.
26
27=cut