| ... | ... | 
                  @@ -1903,7 +1903,7 @@ sub _add_relation_table {
                 | 
              
| 1903 | 1903 | 
                   | 
              
| 1904 | 1904 | 
                  DBIx::Custom - Execute insert, update, delete, and select statement easily  | 
              
| 1905 | 1905 | 
                   | 
              
| 1906 | 
                  -=head1 SYNOPSYS  | 
              |
| 1906 | 
                  +=head1 SYNOPSIS  | 
              |
| 1907 | 1907 | 
                   | 
              
| 1908 | 1908 | 
                  use DBIx::Custom;  | 
              
| 1909 | 1909 | 
                   | 
              
| ... | ... | 
                  @@ -1957,7 +1957,7 @@ DBIx::Custom - Execute insert, update, delete, and select statement easily  | 
              
| 1957 | 1957 | 
                           {author => 'ken', title => '%Perl%'}
                 | 
              
| 1958 | 1958 | 
                  );  | 
              
| 1959 | 1959 | 
                   | 
              
| 1960 | 
                  -=head1 DESCRIPTIONS  | 
              |
| 1960 | 
                  +=head1 DESCRIPTION  | 
              |
| 1961 | 1961 | 
                   | 
              
| 1962 | 1962 | 
                  L<DBIx::Custom> is L<DBI> wrapper module to execute SQL easily.  | 
              
| 1963 | 1963 | 
                  This module have the following features.  | 
              
| ... | ... | 
                  @@ -2000,7 +2000,7 @@ Create C<order by> clause flexibly(EXPERIMENTAL)  | 
              
| 2000 | 2000 | 
                   | 
              
| 2001 | 2001 | 
                  =back  | 
              
| 2002 | 2002 | 
                   | 
              
| 2003 | 
                  -=head1 DOCUMENTATIONS  | 
              |
| 2003 | 
                  +=head1 DOCUMENTATION  | 
              |
| 2004 | 2004 | 
                   | 
              
| 2005 | 2005 | 
                  L<DBIx::Custom::Guide> - How to use L<DBIx::Custom>  | 
              
| 2006 | 2006 | 
                   | 
              
| ... | ... | 
                  @@ -3352,7 +3352,7 @@ Create a new L<DBIx::Custom::Where> object.  | 
              
| 3352 | 3352 | 
                  Setup all model objects.  | 
              
| 3353 | 3353 | 
                  C<columns> of model object is automatically set, parsing database information.  | 
              
| 3354 | 3354 | 
                   | 
              
| 3355 | 
                  -=head1 ENVIRONMENT VARIABLE  | 
              |
| 3355 | 
                  +=head1 ENVIRONMENTAL VARIABLES  | 
              |
| 3356 | 3356 | 
                   | 
              
| 3357 | 3357 | 
                  =head2 C<DBIX_CUSTOM_DEBUG>  | 
              
| 3358 | 3358 | 
                   | 
              
| ... | ... | 
                  @@ -3393,7 +3393,7 @@ This type name is used in C<type_rule>'s C<into1> and C<into2>.  | 
              
| 3393 | 3393 | 
                   | 
              
| 3394 | 3394 | 
                  DEBUG output encoding. Default to UTF-8.  | 
              
| 3395 | 3395 | 
                   | 
              
| 3396 | 
                  -=head1 DEPRECATED FUNCTIONALITIES  | 
              |
| 3396 | 
                  +=head1 DEPRECATED FUNCTIONALITY  | 
              |
| 3397 | 3397 | 
                   | 
              
| 3398 | 3398 | 
                  L<DBIx::Custom>  | 
              
| 3399 | 3399 | 
                   | 
              
| ... | ... | 
                  @@ -3477,7 +3477,7 @@ L<DBIx::Custom::Tag>  | 
              
| 3477 | 3477 | 
                   | 
              
| 3478 | 3478 | 
                  This module is DEPRECATED! # will be removed at 2017/1/1  | 
              
| 3479 | 3479 | 
                   | 
              
| 3480 | 
                  -=head1 BACKWORD COMPATIBLE POLICY  | 
              |
| 3480 | 
                  +=head1 BACKWARDS COMPATIBILITY POLICY  | 
              |
| 3481 | 3481 | 
                   | 
              
| 3482 | 3482 | 
                  If a functionality is DEPRECATED, you can know it by DEPRECATED warnings  | 
              
| 3483 | 3483 | 
                  except for attribute method.  |