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